Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imwally/gol-py
Conway's Game of Life in Python
https://github.com/imwally/gol-py
conway conway-game conways-game-of-life game-of-life gameoflife gol python
Last synced: 13 days ago
JSON representation
Conway's Game of Life in Python
- Host: GitHub
- URL: https://github.com/imwally/gol-py
- Owner: imwally
- Created: 2019-03-14T07:12:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T03:21:05.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T10:08:55.231Z (about 2 months ago)
- Topics: conway, conway-game, conways-game-of-life, game-of-life, gameoflife, gol, python
- Language: Python
- Homepage:
- Size: 12.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://unicode-table.com/en/2B1B/)
Unicode character 'U+2B1B' (⬛️) to display a live cell.![Game of Life demo in terminal](assets/gol.gif)