nyble

A snake game for the terminal.


 src/game/world.cc     | 727 ++++++++++++++++++++++++++++++++++++++++++++-------
 src/game/world.hh     | 241 ++++++++++++-----
 src/main.cc           |   4 +-
 src/ob/ordered_map.hh | 252 ++++++++++++++++++-
 src/ob/readline.cc    |  37 ++-
 src/ob/text.hh        |  12 +-
 6 files changed, 1107 insertions(+), 166 deletions(-)
Back to Top