https://github.com/profburke/nodelife
https://github.com/profburke/nodelife
cellular-automata conway-life esp8266 esp8266-arduino
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/profburke/nodelife
- Owner: profburke
- License: mit
- Created: 2017-05-28T18:49:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T19:33:09.000Z (about 8 years ago)
- Last Synced: 2025-03-23T01:14:52.705Z (7 months ago)
- Topics: cellular-automata, conway-life, esp8266, esp8266-arduino
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeLife
A simple and non-optimized implementation of [Conway's Game of Life](http://pentadecathlon.com/lifeNews/) for the ESP8266 using an SSD1306 OLED display.
## Requirements and Installation
The code won't be particularly useful unless you have a the above-mentioned hardware.
## Documentation and Contact Information
Upon start-up, NodeLife .... starts an AP with SSID/password and begins running Conway's Life from a random initial configuration. Can control via ...
Further documentation (such that there is) can be found in the [source code](https://github.com/profburke/nodelife/blob/master/nodelife.ino).
The best way to contact me regarding this library is to post an issue at the [github repository](https://github.com/profburke/nodelife/issues).
TODO: mention microlife and plans to eventually (???) merge them ???
## License
NodeLife is free software distributed under the terms of the MIT license. It may be used for any purpose, including commercial purposes, at absolutely no cost without having to ask. The only requirement is that if you do use MicroLife, then you should give me credit by including the appropriate copyright notice somewhere in your product or its documentation. For details, see `LICENSE`.