gamebox
gamebox copied to clipboard
A game template for building and distributing Gosu apps.
please update at lest one example to work with the new system. completely inscrutable currently.
Letting a game run (tested on floopy_bird and killbox) has a slow memory leak... investigate and fix.
There are several warnings using & not sure if you want to fix, or keep it. I guess it depends on your style. The fix would be to change: @root.each_leaf...
RubyMotion like REPL integration w/ pry: be able to hold a modifier key and click on actor.. have a pry REPL switch to that objects context
Wiki should list all built in behaviors, actors, and views that are provided by Gamebox.
all examples need to be updated to work with the new Gamebox API
All these files have non-standard line endings on Windows (presumably being created on OSX). This means they display incorrectly in dumb Windows apps like Notepad, but is very easy to...
code_statistics.rb uses private Then adds a two level indent. I guess this is your style :) so no problem there, only that the ruby warning is a bit annoying. My...
log() needs to take a threshhold of what to log LOG_LEVEL = :error