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

https://github.com/profburke/nodelife


https://github.com/profburke/nodelife

cellular-automata conway-life esp8266 esp8266-arduino

Last synced: 4 days ago
JSON representation

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`.