Go to file
Art ffbab85d49
update readme
2022-12-27 23:58:41 +01:00
instruction_sets initial commit 2022-12-27 23:56:54 +01:00
.gitignore update readme 2022-12-27 23:58:41 +01:00
README.md update readme 2022-12-27 23:58:41 +01:00
display.nim initial commit 2022-12-27 23:56:54 +01:00
input.json initial commit 2022-12-27 23:56:54 +01:00
input_type.nim initial commit 2022-12-27 23:56:54 +01:00
main initial commit 2022-12-27 23:56:54 +01:00
main.nim initial commit 2022-12-27 23:56:54 +01:00
map_type.nim initial commit 2022-12-27 23:56:54 +01:00
mutate.nim initial commit 2022-12-27 23:56:54 +01:00
score.nim initial commit 2022-12-27 23:56:54 +01:00
select.nim initial commit 2022-12-27 23:56:54 +01:00
turtle.nim initial commit 2022-12-27 23:56:54 +01:00
turtle_type.nim initial commit 2022-12-27 23:56:54 +01:00

README.md

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