Sha256: f74040c7792228b11c095c19e89e1550cf37690e2a48b0e0d8b01d0ad71e2858

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

Contents

smagacor - a collection of small games in ruby

Copyright (C) 2004 Thomas Leitner

= Description

Smagacor is a collection of some small games. It provides a simple and clean interface for using the
games. Some included games are, for example, TicTacToe and Pong.

However, Smagacor is also an application framework, providing some useful classes for games, like an
undo mechanism and a unified way to save the state of a game. If you want to implement a game, have
a look at the API documentation and read through the source codes of the included games!

= Dependencies

none

= Installation

 $ ruby setup.rb config
 $ ruby setup.rb setup
 $ ruby setup.rb install

Or you could use Rake and substitute the above commands with this:
 $ rake install

Or you could use the "GEM way":
 $ gem install smagacor

Or the RPA way:
 $ rpa install smagacor

= Documentation

The documentation for Smagacor is in the +doc+ subdirectory. It can be viewed as it is, but it is
easier to read by converting it to HTML. This can be done using +webgen+
(http://webgen.rubyforge.org):
 $ rake doc

Actually, the built HTML documentation is the same as on smagacor.rubyforge.org. So, if you do not
want to convert the raw documentation yourself, you can view HTML documentation online!

= Contact

Author: Thomas Leitner
* Web: smagacor.rubyforge.org
* e-Mail: t_leitner@gmx.at
* GPG Key-Id: 0xD942E7F6

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smagacor-0.0.1 README
smagacor-0.0.2 README