nyble

A snake game for the terminal.


 .gitignore             |    4 +-
 CMakeLists.txt         |  162 ++++-
 LICENSE                |   21 +-
 README.md              |  174 ++++-
 RUNME.sh               |  384 ++++++++-
 doc/help.txt           |  112 ++-
 res/nyble.mp4          | Bin 0 -> 29937660 bytes
 res/nyble.png          | Bin 0 -> 7791 bytes
 src/game/world.cc      |  760 +++++++++++++++++-
 src/game/world.hh      |  257 ++++++-
 src/info.hh            |  212 +++++-
 src/lisp.cc            |  989 ++++++++++++++++++++++-
 src/lisp.hh            |  204 ++++-
 src/main.cc            |  100 ++-
 src/ob/algorithm.hh    |   55 +-
 src/ob/belle.hh        |   61 +-
 src/ob/belle/config.hh |   56 +-
 src/ob/belle/io.hh     |  505 +++++++++++-
 src/ob/belle/signal.hh |  154 +++-
 src/ob/color.hh        |  672 +++++++++++++++-
 src/ob/parg.hh         | 1124 +++++++++++++++++++++++++-
 src/ob/readline.cc     | 1388 ++++++++++++++++++++++++++++++-
 src/ob/readline.hh     |  510 +++++++++++-
 src/ob/rect.hh         |  706 +++++++++++++++-
 src/ob/string.cc       |  621 ++++++++++++++-
 src/ob/string.hh       |   65 +-
 src/ob/term.hh         | 2237 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ob/text.hh         | 1650 ++++++++++++++++++++++++++++++++++++-
 28 files changed, 13183 insertions(+)
Back to Top