Conway's game of life that you can start with the pixelated characters
python lifeGame.py
Then a window pops up.
Input an alphabet you love. Enter.
"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".