Question: 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 list/table 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:
localhost/api/showSavedGames Displays all saved games.
localhost/api/showSavedGames/5 Displays the contents of a single game specified by the trailing number.
localhost/api/deleteOneGame/5 Deletes one game from the database.
Unfortunately, there isn't time to create a new front-end 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!