A simple web-based version of the dice game 'Draadust'.
More pitjesbak games will be added later.
Note that this fun project is a work in progress.
The goal of the game is to be the first player to score 3000 points.
- Click 'Roll the Dice' to start your turn.
- You accumulate points in your 'Current Score'.
- If you have a valid score, you can choose to 'Take Points' to add your 'Current Score' to your total 'Score'.
- To bank your points for the first time, you need a 'Current Score' of at least 500.
- If you roll a non-scoring combination, your turn is over, and you lose your 'Current Score'.
1= 100 points5= 50 points
- Three of a kind (Sand): 1000 points (must be confirmed with a subsequent valid roll).
- 6-4-2: Roll again.
- 6-3-1: You skip your next turn.
- 4-3-2: 200 points.
- 4-2-1: Opponent skips a turn.
To run this project locally:
-
Clone the repository.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.