Skip to content

axel-brasil/GameOfLife-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CONWAY's GAME OF LIFE IN PYTHON

Really cool i guess.

Just run:

python3 main.py patternName

The current patterns are:

  • random - just random position for alive cells
  • glider - a siple glider that travel
  • oline - a diagonal line across the screen
  • square - a square..
  • line - an horizontal line across the screen
  • bar - an horizontal 3x1 line in the center
  • cross - a two diagonal lines forming a cross
  • create - set a green cursor and blanck grid to create what you want: move with h,j,k,l draw with i

TO FIX:

  • Cell alive touching border problem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages