An open API service indexing awesome lists of open source software.

https://github.com/talhaahussain/game-of-life-cli

An implementation of John Horton Conway's Game of Life (1970) as a command line interface.
https://github.com/talhaahussain/game-of-life-cli

cli conways-game-of-life game-of-life ncurses simulation

Last synced: 8 months ago
JSON representation

An implementation of John Horton Conway's Game of Life (1970) as a command line interface.

Awesome Lists containing this project

README

          

# Game-of-Life-CLI
An implementation of John Horton Conway's Game of Life (1970) as a command line interface. The Game of Life is a Turing complete cellular automation, with evolution determined entirely by its initial state. This implementation is written in C, using the ncurses library.