Class Game

java.lang.Object
  extended by Game

public class Game
extends java.lang.Object

Since:
26/11/2009
Author:
Petri Tuononen

Constructor Summary
Game()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 void raffleSide(Player player1, Player player2)
          raffle which player gets which color/side to start with.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Method Detail

raffleSide

public void raffleSide(Player player1,
                       Player player2)
raffle which player gets which color/side to start with.


main

public static void main(java.lang.String[] args)
Main method.

Parameters:
args -