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