Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

GameOfLife

My python implementation of John Conway's 'Game of life'. The UI is implemented using pygame and thus is a requirement for the game.

Running

To run the game you need to install all of the dependencies. Game is tested and working with Python 3

python Engine.py

Controls

  • Space Toggles pause mode where you can draw on the grid.
  • C Clears the grid.
  • S Saves the current state of the grid into a clipboard style variable. (single save at one time)
  • L Loads the current state of the grid from the save variable.
  • LeftClick In pause mode this allows you to draw on the grid.
  • RightClick In pause mode this allows you to 'rub out' on the grid.

Written and tested on Python version 3.4

Dependencies

  • Pygame

About

My python implementation of John Conway's 'Game of life'.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages