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

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

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