https://github.com/olical/life
Game of life implementations in different languages
https://github.com/olical/life
Last synced: 2 days ago
JSON representation
Game of life implementations in different languages
- Host: GitHub
- URL: https://github.com/olical/life
- Owner: Olical
- License: unlicense
- Created: 2016-12-02T16:08:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T19:13:44.000Z (over 8 years ago)
- Last Synced: 2025-02-23T13:52:21.426Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# life
Game of life implementations in different languages. They all follow the same control scheme: `space` to pause, `r` to randomise and click to toggle life in a cell.
## Author
[Oliver Caldwell][author-site] ([@OliverCaldwell][author-twitter])
## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.Do what you want. Learn as much as you can. Unlicense more software.
[unlicense]: http://unlicense.org/
[author-site]: http://oli.me.uk/
[author-twitter]: https://twitter.com/OliverCaldwell