https://github.com/brunobonacci/terrain
A Clojure/Quil implementation of the Terrain simulation
https://github.com/brunobonacci/terrain
Last synced: over 1 year ago
JSON representation
A Clojure/Quil implementation of the Terrain simulation
- Host: GitHub
- URL: https://github.com/brunobonacci/terrain
- Owner: BrunoBonacci
- License: apache-2.0
- Created: 2018-07-22T10:56:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T08:26:05.000Z (about 3 years ago)
- Last Synced: 2025-01-22T05:28:31.783Z (over 1 year ago)
- Language: Clojure
- Size: 16.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terrain
A Clojure/Quil implementation of the Terrain simulation coding
challenge presented here:
[https://www.youtube.com/watch?v=IKB1hWWedMk](https://www.youtube.com/watch?v=IKB1hWWedMk)
## Usage
Here is how the simulation looks like:

```
lein run
# then press CTRL-C to stop.
```
## License
Copyright © 2018 Bruno Bonacci - Distributed under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)