floatybox

Float your way through perilous terrain in this endless side-scroller game.


 src/app/app.cc         |  898 +++++++++++++++++++-
 src/app/app.hh         |  296 ++++++-
 src/app/util.cc        |   51 +-
 src/app/util.hh        |  183 ++++-
 src/app/window.cc      |  370 ++++++++-
 src/app/window.hh      |  412 +++++++++-
 src/info.hh            |  180 ++++-
 src/main.cc            |  100 ++-
 src/ob/algorithm.hh    |  100 ++-
 src/ob/belle/belle.hh  |   61 +-
 src/ob/belle/config.hh |   56 +-
 src/ob/belle/io.hh     |  580 ++++++++++++-
 src/ob/belle/signal.hh |  154 +++-
 src/ob/parg.hh         | 1150 +++++++++++++++++++++++++-
 src/ob/prism.cc        |  646 ++++++++++++++-
 src/ob/prism.hh        |  201 ++++-
 src/ob/readline.cc     | 1546 +++++++++++++++++++++++++++++++++-
 src/ob/readline.hh     |  600 +++++++++++++-
 src/ob/ring.hh         |  126 +++-
 src/ob/string.cc       |  688 +++++++++++++++-
 src/ob/string.hh       |  112 ++-
 src/ob/term.hh         | 2287 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ob/text.hh         | 1699 ++++++++++++++++++++++++++++++++++++-
 src/ob/timer.hh        |  398 +++++++++-
 24 files changed, 12894 insertions(+)
Back to Top