treasure/README.md

10 lines
174 B
Markdown
Raw Normal View History

2022-12-27 23:58:41 +01:00
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
```
2022-12-27 23:55:49 +01:00