Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

jstirk/ludum-dare-28

Repository files navigation

TEMPLATE

A blank JRuby / Slick2D project skeleton ready to be fleshed out.

Change:

  • Rename src/template.rb to match your game's name.
  • Change references to Template module for your game's namespace.
  • Move src/template/ to better match your game's name.
  • Change .rvmrc to match your project gemset, or change it over to another ruby manager.
  • Update build_configuration.rb to reference the new names of things.

BUILD

Building .app and .exe : rake

Building OSX app: rake rawr:clean rawr:jar rawr:bundle:app