banister / tremolo

Worms-like game for Ruby

This URL has Read+Write access

banister (author)
Tue Feb 24 03:32:37 -0800 2009
commit  0a201f21b791e549c0615859b2dd196bec21117f
tree    9dc9aafb79296772eb3d749db57155bbbf41cdf8
parent  f36692982a359ea641fa224b8e35cd6efbf3c81d
README
===============================================
Tremolo (c) 2008
John Mair, Mark Rickerby, Paul Timmings
===============================================

A Ruby game.

===============================================

To run from source, first install Gosu:

  $> gem install gosu

Then run the app:

  $> ruby tremolo.rb

===============================================

Build depends on Rake and RubyScript2Exe:

  $> gem install rake
  $> gem install rubyscript2exe

To run the full build script:

  $> rake

For individual platforms:

  $> rake build_osx - generates Tremolo.app

  $> rake build_exe - generates Tremolo.exe