Rock Paper Scissors Java Game
The game has two modes:
- You should choose a move from the images on the left
- Then click “Play” button at the bottom of the page.
- Results will appear and score will be counted.
- Note: choices entered by user are ignored and backend generates random choices for player 1 and player 2
- Frontend used: Angular
- Backend used: Java (SpringBoot with Gradle)
./gradlew bootRun
ng serve
- In Angular project directory (src/main/webapp/angular-app/), we can use the following command to build a production version in the Tomcat server’s folder named static to be served within Java Spring Boot application:
npm run build-prod