HigherLowerGame

public class HigherLowerGame

Higher or Lower card game. Player guesses if the next card is higher or lower than the current card. Correct guesses multiply winnings, wrong guess loses everything. SAFETY: Outcome is determined and processed BEFORE card reveal animation.

Constructors

Link copied to clipboard
public void HigherLowerGame()

Types

Link copied to clipboard
public class HigherLowerMenuEvents implements Listener
Event handler for the higher/lower menu.

Functions

Link copied to clipboard
public static void shutdown()
Link copied to clipboard
public static void startGame(Player player, int betAmount)
Starts a higher/lower game for a player.