Examples of LunaticLucy


Examples of wholaughs.player.user.LunaticLucy

  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 );
    settings = Constants.defaultSettings;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.