Skip to content

FranciscoCharles/conways-game-of-life-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

👾👨🏻‍💻 Conway's Game of Life 👨🏻‍💻👾

by FranciscoCharles

An interactive simulator that implements the standard Conway Game of Life with a simple menu developed in Python + Pygame. Test and experience the different types of cell automaton patterns discovered and found in this game.

  • use ESC to exit / close the program.
  • use A to play/pause execution.
  • use S to switch between pencil / eraser.
  • use Q to decrease block size.
  • use W to increase block size.
  • use Z to clear/reset the grid.
  • use X to clear/reset the grid and generate automatons at random positions.

Download the project, install the dependencies, enter the src folder and execute:

python main.py
  • Pygame == 1.9.6.
  • Pillow == 8.2.0.
  • Python == 3.7 or higher.
  • current version of the project: 1.0.1.

For more information on the license for this project read the LICENSE file.


Copyright © 2021 FranciscoCharles

About

Implementation of Conway's game of life in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages