SlotMachineGame

public class SlotMachineGame

Slot Machine gambling game. Match 3 symbols to win big, 2 symbols for a small return. SAFETY: Outcome is determined and processed BEFORE any animation.

Constructors

Link copied to clipboard
public void SlotMachineGame()

Types

Link copied to clipboard
public class SlotMachineMenuEvents implements Listener
Event handler for the slot machine menu.

Functions

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