Inny's Game Of Life
Posted: Thu Mar 28, 2013 10:39 pm
I wrote a Conway's Game Of Life simulator just for my own experimentation, but then decided to turn it into an educational tool. I took it from a hundred line file to a 533 extensively commented file. If any of you guys have siblings, significant others, children, or anyone else that wants to learn some Lua and Love, then please walk through the source code with them. I'm going to put my own girlfriend through this, and I do want to take into account whatever feedback I get towards revisions. Thanks in advance for any comments.
Plus, it's Conway's Game Of Life, these are always fun to toy around with.
Note: I *believe* my implementation is correct. Gliders and stuff are working as expected. If I botched something, then please tell me. Also, I have the world wrap at the edges, rather than end. I like it better when spaceships wrap around and demonstrate that they're going to live forever.
Plus, it's Conway's Game Of Life, these are always fun to toy around with.
Note: I *believe* my implementation is correct. Gliders and stuff are working as expected. If I botched something, then please tell me. Also, I have the world wrap at the edges, rather than end. I like it better when spaceships wrap around and demonstrate that they're going to live forever.