(Not Complete Yet)
Roulette 21 is a simple web-based counting game inspired by the classic "21 game". Players take turns adding 1 to 3 numbers, and the player who reaches exactly 21 loses. The next player is chosen randomly by a roulette-style system, so the same player may be selected multiple times in a row.
- Play with 2 to 6 players
- Custom player names (blank names are automatically set to Player1, Player2, etc.)
- Random roulette-based turn selection
- Simple and intuitive web interface
- Backend game logic implemented in Java (Spring Boot)
- Frontend implemented with HTML, CSS, and JavaScript
- Enter the number of players.
- Input player names (optional).
- Click the Start button to begin the game.
- On each turn, click Next Turn.
- A random player is selected and advances the count by 1 to 3.
- The player who reaches 21 loses the game.