Skip to content

dyudyunov/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Game of Life realisation using pygame

Install requered pygame module and run! That's it :)

Initial state is randomaized

To configure init state of World change some of the following setting vars in game_of_life.py:

  • LIFE_DECREASER -- the more the value, the less life cells will be at the bigining of game)
  • WINDOW_WIDTH
  • WINDOW_HEIGHT
  • FPS -- Framerate
  • BLACK -- color for dead cels (backgrownd)
  • WHITE -- color for alive cels

About

Game of Life realisation using pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages