Reflex Game

This package contains an implementation of the famous reflex game designed by Frederic Bousssinot in ReflexGame. There is a basic version and a distributed version that use a dedicated process for the counter and another process for the game client communicating with RMI.


Content

The jar file contains sources and compiled classes. So, you can directly execute refelex game just by adding the SugarCubesv3.0.3.jar package and the reflex.jar package directly in your CLASSPATH.

You access to source files just by typing jar xvf reflex.jar.


The basic version and the distributed one

To execute the basic version, just type java demos.reflexgame.basic.Main.
You should get something like that:

Executing the distributed version is something more complicated: