This project aims to implement a REST API for the dice game (Dice Game). Users will be able to register, log in, play, and view their game history. The project will be developed as part of the PHP FullStack course.
The Dice Game is a simple game in which players roll two dice and score based on the values of the dice. the game is won when they get 7 point with both dices.
- User registration and authentication.
- Play the Dice Game.
- Record game history.
- Retrieve previous game history.
- User role implementation (if applicable).
- Laravel Framework
- Laravel Passport (for token-based authentication)
- MySQL (database)