Package wholaughs.player

Examples of wholaughs.player.Human


 
  public static BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
 
  void init()
  {
    player1 = new Human();
    player2 = new LunaticLucy( 4 );
    player1.setName("player 1" );
    player2.setName("player 2" );
    player1.setColour( Constants.CELL_PLAYER_1 );
    player2.setColour( Constants.CELL_PLAYER_2 );
View Full Code Here

TOP

Related Classes of wholaughs.player.Human

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.