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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply