Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

C03P06 - Conway's Game of Life

It's time. We are going to implement a classic - Conway's Game of Life

And this time, we won't have very strict requirements. Actually, we'll have only 3 requirements:

  1. Have a Python module, called game_of_life.py, which we can run & observe a simulation.
  2. Have a test suite, in a separate module, that prooves the core of the game is functional & works as intended.
  3. Have a .gif or .mp4 showing the game in action - with a simulation in place.

You can spice things up, but try sticking to those 3 requirements, for the initial implementation.