项目作者: imwally

项目描述 :
Conway's Game of Life in Python
高级语言: Python
项目地址: git://github.com/imwally/gol-py.git
创建时间: 2019-03-14T07:12:27Z
项目社区:https://github.com/imwally/gol-py

开源协议:

下载


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