update readme

This commit is contained in:
Art 2022-12-27 23:58:41 +01:00
parent b8ecf7c744
commit ffbab85d49
Signed by: prod2
GPG Key ID: F3BB5A97A70A8DDE
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
main

View File

@ -1,2 +1,9 @@
# treasure
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
```