treasure/README.md

10 lines
174 B
Markdown

Treasures can be found on a 2D grid. By simulating evolution, a small "turtle" learns the location of the treasures.
To run:
```
nim --gc:arc -d:release c main
./main
```