Package nl.nuggit.words.board

Examples of nl.nuggit.words.board.AppliedBlank


            wordFactor = wordFactor * booster.wordFactor();
          }
        } else if (trayCopy.remove(Language.BLANK)) {
          // we place a blank tile
          tilesTakenFromTray++;
          word.getTiles().add(new Tile(new AppliedBlank(letter)));
          letterValue = 0;

        } else {
          // we don't have a suitable tile
          fullMatch = false;
View Full Code Here

TOP

Related Classes of nl.nuggit.words.board.AppliedBlank

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.