Package wholaughs.display

Examples of wholaughs.display.HtmlDisplay


    player1.setColour( Constants.CELL_PLAYER_1 );
    player2.setColour( Constants.CELL_PLAYER_2 );
    settings = Constants.defaultSettings;
    state = new GameState( settings );
    turn = player1;
    display = new HtmlDisplay();
  }
View Full Code Here

TOP

Related Classes of wholaughs.display.HtmlDisplay

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.