summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-03-10 00:49:07 -0500
committerknolax <1339802534.kk@gmail.com>2018-03-10 00:49:07 -0500
commit09a9b1ceda09a26e5313480992e02eedc5615211 (patch)
tree77400a84228e6fa98c409f6b037d15df8c62b9a0
parentefa886a32cabc7387d539c728b4d99ebca0ecd45 (diff)
added READMEHEADmaster
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9026991
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Simple 'turtle' library that has a little arrow move around a map on the
+terminal. This is to help teach introductory programming. For more visit
+http://uepsp.xyz.
+
+Maps have to be 20 characters by 20 character plaintext files(exclusing
+newlines) encoded in ascii.
+
+The 'turtle' moves with the go(int) and turn(int) functions. '#' characters in
+the map are walls and '$' is the prize.