nyble

A snake game for the terminal.


 src/game/world.cc | 352 ++++++++++++++++++++++++++++++++-----------------------
 src/game/world.hh | 103 +++++++++-------
 src/info.hh       |   2 +-
 src/lisp.cc       |  73 +++++++++--
 src/lisp.hh       |   2 +-
 5 files changed, 332 insertions(+), 200 deletions(-)
Back to Top