Page 1 of 1

Problem Develop "Paper Rock Scissors" application using Model View Controller (MVC) Design Pattern, with Spring Boot 2 f

Posted: Mon Jun 06, 2022 1:21 pm
by answerhappygod
Problem
Develop "Paper Rock Scissors" application using Model View
Controller (MVC) Design Pattern, with Spring Boot 2 framework, and
Thymeleaf template engine.
The application should have two pages (input page, and output
page). The input page should display
1) Three radio buttons, corresponding to paper, rock, and
scissors
2) "Play" button
When a user selects one of the three radio button options and
presses "Play" button, the program should make a random choice for
the computer, determine who the winner is, and show the output
page.
The output page should show
1) The choice of the user
2) The choice of the computer
3) Who the winner is?
4) "Play Again" link leading back to the input page
If you would like, you can use any code from "PaperRock.java"
posted on SLATE with this assignment. Keep the code well
organized.
Make the application look reasonably pretty with using images and
your own CSS.
Note: In each of your web pages, add a footer with a copyright
message that shows your name, SID, and current semester (Summer
2022)