From 67c6a526eef01c94c9953d2cb15d63968f953fc0 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 18 Feb 2021 15:51:24 +0100 Subject: [PATCH] Add README.org --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..3f9538e --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* Space Walk + +[[https://mancala.fandom.com/wiki/Space_Walk][Space Walk]] board game + +* Build instructions + +#+BEGIN_SRC sh +$ make +#+END_SRC + +* Libraries + +- [[https://invisible-island.net/ncurses/ncurses.html][ncurses]]