Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 655 Bytes

Conways-GameOfLife

First uploaded project;

Simple Python implementation of Conways game of life using Pygame as a graphics library. Set up to run as quickly as possible to allow for large grids.

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

The game defaults with a Gosper glider gun in the top left. By clicking you can add additional Gosper glider gun's.

Future features:

being able to Pause and update grid before playing again.

dropdown menu of preconfigured patterns such as the Gosper glider gun currently available.

change up the colours to be customisable. again via dropdown menu.

saving and loading

and potentially more...