nyble
A snake game for the terminal.
CMakeLists.txt | 6 +-
README.md | 155 ++--
doc/help.txt | 68 +-
res/nyble.mp4 | Bin 29937660 -> 25886105 bytes
res/nyble.png | Bin 7791 -> 8077 bytes
src/game/world.cc | 671 ++++++++++++++-----
src/game/world.hh | 82 +-
src/info.hh | 11 +-
src/lisp.cc | 889 ++++++++++++++++++++++----
src/lisp.hh | 204 +------
src/main.cc | 2 +-
src/ob/algorithm.hh | 45 +-
src/ob/belle/config.hh | 2 +-
src/ob/belle/signal.hh | 2 +-
src/ob/color.hh | 45 +-
src/ob/lispp.cc | 1702 +++++++++++++++++++++++++++++++++++++++++++++++++-
src/ob/lispp.hh | 211 ++++++-
src/ob/ordered_map.hh | 1 +-
src/ob/parg.hh | 69 +-
src/ob/readline.cc | 45 +-
src/ob/readline.hh | 45 +-
src/ob/rect.hh | 45 +-
src/ob/string.cc | 45 +-
src/ob/string.hh | 45 +-
src/ob/term.hh | 45 +-
src/ob/text.hh | 45 +-
src/ob/timer.hh | 60 +-
27 files changed, 3943 insertions(+), 597 deletions(-)