Issue 4: Add a class called Main
Project Member Reported by matthias.hauswirth, Apr 19, 2009
Please either rename your game class to Main, or add a class called Main
and move the main method from the game into the Main class.

We want to have a standard way for starting any project (through a class
called Main).

From the assignment:

Finally submit into the created svn repository a working Java project,
containing a Main class, which has a main(String[] args) method that prints
something on the screen.
This class should be part of the package ch.unisi.inf.pfii.<yourteam>.

Apr 20, 2009
Project Member #1 fabio.ra...@gmail.com
main class has been added
Status: Fixed