Package com.svanloon.game.wizard.stats

Examples of com.svanloon.game.wizard.stats.GameArchive


   *
   * Document the run method
   *
   */
  public void run() {
    GameArchive ga = GameArchive.getInstance();
    ga.newGame();
    _game = ga.getCurrentGame();
    int startRound = 1;
    int endRound = (int)(1.0*cardFinder.getCardsInDeck() /_playerCollection.size());
    int dealer = -1;
    int lead = 0;
    int inc = 1;
View Full Code Here

TOP

Related Classes of com.svanloon.game.wizard.stats.GameArchive

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.