NumberRoulette is a web-based game built with VITE + REACT, TypeScript, Tailwind CSS, and WebSockets. The game allows users to join a game room, enter an arena, and compete by spinning a lucky wheel to score points. The first player to reach 100 points wins the game.
- Clone the repository:
git clone https://github.com/ArunavaCoderEm/number-roulette.git
cd numberroulette
- Install dependencies and navigate:
npm install
cd client
- Start the development server:
npm run dev
- Open your browser and navigate to:
http://localhost:5173
- Start Backend:
cd server
npm run dev
Its a fun website for playing game and get entertained with friends or random players.
- Both players spin the wheel.
- The player with greater number gets increment in score.
- If any player's score reaches 100 they win.
List of the key features of the project here.
- Has a multiplayer playing option.
- Will be having a fake money bidding system.
- Will store those details in database.
- Arunava Dutta (@ArunavaCoderEm)