| Projects on Google Code | Results 1 - 6 of 6 |
A GUI library for use with rubygame.
http://rubygoo.googlecode.com/files/rubygoo_radio_groups.png
Sample code:
{{{
require 'rubygems'
$: << './lib'
$: << File.dirname(__FILE__)
require 'rubygoo'
require 'rubygame'
include Rubygame
include Rubygoo
if $0 == __FILE__
screen = Sc...
Snelps is a comical RTS written in Ruby.
The most unique thing about Snelps is the attacking. The available attacks will depend on which units you have selected. There will be AI at a "higher than unit" level. ie Selected units may join together to form a bridge to cross a ravine.
I am curre...
The package contains a class called RubygameApplication which works as the core of the rubygame program.
Rubygamegui uses rubygame to provide a gui framework.
A Ruby Game written for the first Rubygame Weekend.
Requires rubygame 1.1+
The theme for the contest was pirates vs. zombies. The game is card-strategy in which you place your army of zombies or pirates on an hexagonal-tiled board, and try to destroy the enemy's base.
Each turn you can chose to...
=News=
* 29/11/2008 : a much more advanced version is available through svn
* 03/05/2008 : the final 1.0 version is available for download
* 01/05/2008 : just created the Google Code project
=To Do=
* Documenting
* Renaming all classes in a more consistently
* Rewritting the {{{...