108109110111112113114
* intended just to make the game work in a simple form. * @return The next Card the Player will play. */ public Card getNextMove() { // TODO: Un-hardcode this return new FlamingMonkey(); }