Package cero.games.base

Examples of cero.games.base.ZoneFile.drawCards()


  }

  private void makePlayerDraw(Player p, int quantity) {
    ZoneFile stock = ((UnoGame) getGame()).getStock();
    ZoneHand hand = ((UnoPlayer) p).getHand();
    stock.drawCards(hand, quantity);
  }

  @Override
  public String getActionName() {
    return "Play a card";
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.