From ffbab85d490bb5953cb4e4ba8310cf44a8b85fa8 Mon Sep 17 00:00:00 2001 From: prod2 Date: Tue, 27 Dec 2022 23:58:41 +0100 Subject: [PATCH] update readme --- .gitignore | 1 + README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba2906d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +main diff --git a/README.md b/README.md index a10f077..d7b303d 100644 --- a/README.md +++ b/README.md @@ -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 +```