Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there value to seeing a working conways game example, to contextualize the problem? #19

Open
BenGitsCode opened this issue Apr 24, 2017 · 0 comments
Labels

Comments

@BenGitsCode
Copy link
Contributor

I showed 015 a working Conway's to help get them a sense of what the final product could look like.

I think several developers take some time to grok the idea of it representing population growth and patterns (we tend to skim over the history and context of Conway's Game) and that each "generation" is single frame of the game actively running.

Some potential examples:

http://nomatteus.github.io/conway-game-of-life-js/examples/
good examples of the game and certain patterns.

https://sklise.github.io/conways-game-of-life/
example of running game

http://jiffyclub.github.io/game-of-life-js/
basic example of the game in action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant