Skip to content

shaprunovk/LifeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LifeGame

LifeGame on Python3.9 with pygame2

Description

The repository contains the implementation of the "Life" game on Python3.9 using visualization with pygame2.

Requirements

-Python3

-pygame2

Manual

Run python3 main.py to play.

  1. Press "R" to make a random population.
  2. Press "C" to clear a population.
  3. Press "P" to pause the game.
  4. Press "F" to make a field with Gosper Glider Gun on the top left corner.
  5. Press "G" to spawn a Glider, each spawn moves the place of spawn 5 cells to the right
  6. Press "Q" to quit the game.

Glider

Glider

GosperGliderGun

Gosper Glider Gun

About

LifeGame on Python3.9 with pygame2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages