17 lines
286 B
Org Mode
17 lines
286 B
Org Mode
#+TITLE: Space Walk
|
|
#+AUTHOR: Riyyi
|
|
#+LANGUAGE: en
|
|
#+OPTIONS: toc:nil
|
|
|
|
[[https://mancala.fandom.com/wiki/Space_Walk][Space Walk]] board game.
|
|
|
|
* Build instructions
|
|
|
|
#+BEGIN_SRC shell-script
|
|
$ make
|
|
#+END_SRC
|
|
|
|
* Libraries
|
|
|
|
- [[https://invisible-island.net/ncurses/ncurses.html][ncurses]]
|