From 09a9b1ceda09a26e5313480992e02eedc5615211 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Sat, 10 Mar 2018 00:49:07 -0500 Subject: added README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README 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. -- cgit v1.1