Skip to content

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

Notifications You must be signed in to change notification settings

Qinusty/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages