- choose levels
- play with suggestion or not
- register player name
- Undo/Redo history
- Follow the leader board
- Check validity of move
- Track score
- save score after the game finish
cd game/game-backend
mvn spring-boot:run
cd game/game-frontend
ng serve --open
sudoku/sudoku-backend
is backend of the application. It contains th Java code of the server.
It is in charge with providing a REST API.
sudoku/sudoku-frontend
is the Angular front-end of the application.
sudoku-doc
is the folder that will contain your reports (and its pictures) and the user documentation.