Skip to content

sumo431/21Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published