Skip to content

imwally/gol-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

More of a prototype sketch to get a better understanding of how Conway's Game of Life translates to code. It's not very elegant and I'm sure there's more efficient and concise ways of writing it but it works.

This simply clears and rewrites to the terminal buffer each time the board is updated. It uses the large black square Unicode character 'U+2B1B' (⬛️) to display a live cell.

Game of Life demo in terminal

Releases

No releases published

Packages

No packages published

Languages