Skip to content

Sudoku game 🎮🕹️ with undo redo design pattern ⏹️🔼

Notifications You must be signed in to change notification settings

vuthanhtung2412/sudoku-undo-redo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start the project

Project overview

home page

Features :

  • choose levels
  • play with suggestion or not
  • register player name

Game board

Features :

  • Undo/Redo history
  • Follow the leader board
  • Check validity of move
  • Track score
  • save score after the game finish

start the backend

cd game/game-backend
mvn spring-boot:run

start the frontend

cd game/game-frontend
ng serve --open

Layout

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.

About

Sudoku game 🎮🕹️ with undo redo design pattern ⏹️🔼

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published