Fork me on GitHub

gamebox by shawn42

A game template for building and distributing Rubygame apps.

gem install gamebox
gamebox zappy

This will create a zappy game with the basic scaffolding of a game setup very similar to Cold Season. You can then do things like:
cd zappy
./script/generate actor Starship

to get you started with a Starship actor class. There will be rake tasks for creating stand-alone apps. (exe/.apps/linux binaries - including dependencies). These tasks will let you configure if you want keyboard, mouse, networking, sound, etc to be included in your deployable.



Dependencies

SDL SDL_* Rubygame

Install

gem install gamebox

Authors

Shawn Anderson (shawn42@gmail.com)

Contact

Shawn Anderson (shawn42@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/shawn42/gamebox