From 7015a7f0be63f8fbaaac3f1adb98df777bb82c02 Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Sun, 4 Oct 2020 13:21:42 -0700 Subject: [PATCH] Added readme --- ReadMe.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ReadMe.org diff --git a/ReadMe.org b/ReadMe.org new file mode 100644 index 0000000..ddb4d46 --- /dev/null +++ b/ReadMe.org @@ -0,0 +1,10 @@ +#+TITLE:GameLib + +GameLib is my library for making games. It is the successor to [[https://macoy.me/code/macoy/base2.0][base2.0]]. + +* Setup + +#+BEGIN_SRC sh +git clone https://macoy.me/code/macoy/gamelib.git +git submodule update --init --recursive +#+END_SRC