Add Conway's Game of Life?

I ported this exercise recently for CoffeeScript (Add `game-of-life` by BNAndras · Pull Request #367 · exercism/coffeescript · GitHub), and I’d like to adapt my CoffeeScript implementation for the JS track if the maintainers are interested.

2 Likes

PRs are welcome. Ping me if you want a review.

This was one of the exercises I was thinking of doing, but I haven’t had time recently so it’s all good if you’ve got it working.

1 Like

Edit – While I’m at it, here’s a PR for TypeScript as well: Add `game-of-life` by BNAndras · Pull Request #1586 · exercism/typescript · GitHub