Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 798 Bytes

CharToLifeGame

Conway's game of life that you can start with the pixelated characters

How to use

python lifeGame.py

Then a window pops up.

Input an alphabet you love. Enter.

Command

"n" to take one step for next generation.

"s" to start and stop. (Take one step every 0.1 sec.)

"r" to give cells birth randomly.

Also you can move a cursor with clicks and arrow keys

and give a cell at a cursor birth with "space key".

Screen shot

Input

Input

Input

Input