Skip to content

sumo431/Roulette21

Repository files navigation

Roulette 21

(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.


Features

  • 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

How to Play

  1. Enter the number of players.
  2. Input player names (optional).
  3. Click the Start button to begin the game.
  4. On each turn, click Next Turn.
  5. A random player is selected and advances the count by 1 to 3.
  6. The player who reaches 21 loses the game.

Project Structure


Records Until Completion

1/13: Changed from old repository
Checked all can moved correctly
Prototype is completed

1/15: add decided loser and plyer can choose the number
current issue: we cannot see the player turn(player1, player2...)

1/16: visible player's number and current number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published