Main Page | Class List | Directories | File List | Class Members | File Members

S12 Documentation

Introduction

S12 is a game based on the model of BridgeBuilder.
The goal is to construct a bridge over a valley which is robust enough for a train to be able to cross it without causing it to collapse.

screenshots.png

Requirements

Running S12

Run S12 from the command line using the following syntax:
Usage: S12 [-b <bridgeFile>] [-t <trainFile>] [-f]
Options:
  -b <bridgeFile> use bridge described in <bridgeFile> instead of default bridge
  -t <trainFile>  use train described in <trainFile> instead of default train
  -f              start in full screen mode

For instance, to run S12 with the bridge data/level3.brg and use the train data/steamer1.trn in full screen mode type:

./S12 -b data/level3.brg -t data/steamer1.trn -f

Interaction

Building S12

S12 can be built under Linux, Windows (under MSYS and the MinGW compiler) or Mac OS X (using the Fink SDL package) using the respective Makefile. You might have to adjust it to your personal needs...

Technical features

Authors


Generated on Sun Jul 10 22:32:04 2005 for S12 by  doxygen 1.4.2