Skip to content

avisemler/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Game of Life

Conway's game of life, implementing using Python and PyGame.

Screenshot

Controls

  • a: zoom out
  • s: zoom in
  • Arrow keys: move view

To configure the starting position of the board, see board.py.

Structure

main.py handles the instantiation of classes and the event loop (including handling user input).

board.py implements the class Board which abstracts the logic of storing and updating the state of the simulation.

About

Conway's game of life in python and pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages