DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems
that lack any type of CPU, consisting only of discrete logic components.



1) Usage

DICE must be run from the command line by navigating to the directory where
DICE is installed and typing

dice gamename options

where "gamename" is the name of the game to be run, and "options" is any number of
command line options. The following game names are supported:

pong
rebound
gotcha




2) Controls

5 - Insert Coin
1 - Start
Up,Down,Left,Right - Move Player 1 Paddle or Joystick
W,S,A,D - Move Player 2 Paddle or Joystick
Esc - Quit




3) Command Line Options

-fullscreen: Run DICE in fullscreen instead of a window.
-nosound: Do not play any audio.
-mouse: Player 1's controls will be configured to use the mouse instead of keyboard.




4) Compiling

You need the gcc C++ compiler to compile, as well as the SDL library. I used mingw on Windows, the makefile is included. You might be able to use a different compiler, I haven't tried any others yet though. It should be pretty easy to build on other platforms since it uses SDL, but you may need to make some changes to the makefile to get it to compile.




5) Contact Information

Project Page: http://sourceforge.net/projects/dice/
E-Mail: adam__b@users.sourceforge.net
