gamebox icon indicating copy to clipboard operation
gamebox copied to clipboard

A game template for building and distributing Gosu apps.

Results 22 gamebox issues
Sort by recently updated
recently updated
newest added

please update at lest one example to work with the new system. completely inscrutable currently.

bug

Letting a game run (tested on floopy_bird and killbox) has a slow memory leak... investigate and fix.

bug
ready

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...

ready

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

ready

Wiki should list all built in behaviors, actors, and views that are provided by Gamebox.

ready

all examples need to be updated to work with the new Gamebox API

bug
ready

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

bug