https://github.com/jadhaidar/gameoflife
Classic cellular automaton using Processing
https://github.com/jadhaidar/gameoflife
cellular-automaton java processing-language
Last synced: about 1 month ago
JSON representation
Classic cellular automaton using Processing
- Host: GitHub
- URL: https://github.com/jadhaidar/gameoflife
- Owner: jadhaidar
- Created: 2017-10-26T16:28:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T16:28:18.000Z (over 8 years ago)
- Last Synced: 2025-06-07T10:02:08.860Z (about 1 year ago)
- Topics: cellular-automaton, java, processing-language
- Language: Processing
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Of Life
My implementation of the classic cellular automaton devised by the British mathematician [John Horton Conway](https://en.wikipedia.org/wiki/John_Horton_Conway) in 1970.
## Getting Started
You must have Processing 3.0 installed on your computer. [You can download it from here.](https://processing.org/)
## Authors
* **Jad Haidar** - *Initial work* - [Jad Haidar](https://github.com/jadhaidar)