Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 453 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 453 Bytes

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