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.
- Host: GitHub
- URL: https://github.com/talhaahussain/game-of-life-cli
- Owner: talhaahussain
- Created: 2024-05-28T22:48:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T02:15:57.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:41:32.722Z (8 months ago)
- Topics: cli, conways-game-of-life, game-of-life, ncurses, simulation
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.