After cloning the project follow the following steps from the root directory: Initial Account - https://github.com/tanyanu
To enter the Java Spring Boot Directory
Runs the app in the development mode.
Open http://localhost:8080/menace/train to run the application.
To enter the Frontend Directory
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
There are two ways of playing the Game. You can make your selection from the dropdown to play "Menace Vs Random" or "Menace Vs Human".
To Play Menace Vs Random:
- Click Start R Vs M Game to start the game.
- Click Symbol's Move (X' Move Or O's Move) to get the next move from the trained data.
- Repeat untill a verdict is achieved - Winner as "Menace" or "Random".
If at any time you want to restart the game, click Refresh button to reset the board.
To Play Menace Vs Human:
- Click Start H Vs M Game to start the game.
- Place your (human) move on the board by click one of the available boxes.
- Click Symbol's Move (X' Move) to get Menace's next move from the trained data.
- Repeat untill a verdict is achieved - Winner as "Menace" or "Human".
If at any time you want to restart the game, click Refresh button to reset the board.