https://github.com/programmerjake/hashlife
https://github.com/programmerjake/hashlife
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmerjake/hashlife
- Owner: programmerjake
- License: mit
- Created: 2014-07-13T01:26:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T16:28:39.000Z (over 5 years ago)
- Last Synced: 2025-02-27T19:59:06.876Z (11 months ago)
- Language: C++
- Size: 225 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
HashLife
============
A [hashlife](http://en.wikipedia.org/wiki/hashlife "wikipedia.org") implementation that supports changing background states.
depends on [SDL2](http://libsdl.org/download-2.0.php "libsdl.org")
Building:
use gcc-4.8 or newer with -std=c++11
Running:
hashlife \[-h|--help\] \[pattern\]
can read .rle files
opens pattern.rle in the current directory by default.
Keys\:
Esc\: exit
Space\: step
\- \: reduce step size
\+ \: increase step size