Answered step by step
Verified Expert Solution
Question
1 Approved Answer
New Application Features Save Game button or menu. The game state ( the grid of all button states ) and user information is serialized into
New Application Features
"Save Game" button or menu. The game state the grid of all button states and user information is serialized into a string and saved into a table in the database. Each row of the table should store the UserId, the time and date when the game was saved, and the string of serialized game data.
"Show Saved Games" button or menu. A screen displays a listtable of saved games. One row of data is displayed for each game.
The user can select one of the games and load it to continue playing.
The user can select one of the games and delete it
Publish the list of saved games as a REST based service. Endpoints should include:
localhostapishowSavedGames Displays all saved games.
localhostapishowSavedGames Displays the contents of a single game specified by the trailing number.
localhostapideleteOneGame Deletes one game from the database.
Unfortunately, there isn't time to create a new frontend client in the form of a Mobile app or React app to utilize the REST service.
No security features will protect the API, so login is not required to access the services yet
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started