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

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

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:

![Terrain](./assets/Terrain.gif)

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