This project was a re-creation of Conway’s Game of Life. The idea is to animate cellular automation based on a set of rules. The user can input coordinates of live cells interactively or through a text file, and the program will apply the rules, update the board, and print the current scene over and over indefinitely.

Major Lessons:

  • Object oriented programming
Conway’s Game of Life
Tagged on: