Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

Students also viewed these Databases questions

Question

When should you avoid using exhaust brake select all that apply

Answered: 1 week ago