Skip to content

colpiche/tp-python-game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

Implementation of John Conway's Game of life in the context of the programming and algorithms course at ENJMIN.

Wikipedia article 🇬🇧

Youtube video 🇫🇷

How to play

  1. Edit the constants in the file params.py :
    • WINDOW_SIZE : the size of the display window, in pixels
    • INITIAL_STATE : the initial matrix of cells the game will begin with. You can use this matrix generator to help you create one.
  2. Launch the file game_of_life.py

Controls

At any time during the game you can interact with it :

Action Key
Pause / resume the game SPACEBAR
Speed up the game UP
Slow down the game DOWN
Toggle state of a cell LEFT BUTTON (mouse)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%