Question: Looking for C# Coding on following these instructions on creating a simple GAME. When Log in is selected, a new Login form should pop up.

Looking for C# Coding on following these instructions on creating a simple GAME.

When Log in is selected, a new Login form should pop up. The user can enter a username and password to log in. Otherwise, the game will not start.

When Log out is selected, the users session will end. The game should be disabled.

When Register is selected, a new Register form should pop up. The user can provide username and password to register. The user information should be saved into a SQL database.

After the user logs in, a new game can be started by clicking on the picture. You want to catch (click on) the picture to earn points. When the picture is clicked on, it will stop. Ten points will be earned. Click the picture to make it run again. Stop it again to earn more points. You need a class level variable to save the total score.

When Stop game is selected, the game ends and your score (total points earned) will show in a messagebox. It should also be saved into the database. Then the score variable needs to be reset to 0 for the next game.

When Your score is selected, your history scores should be displayed along with the date of playing.

When High scores is selected, the top 3 highest scores in history of playing this game should be displayed.

When Exit is clicked, the program is shut down. Looking for C# code layout step by step. This is usually done through Visual Studios.

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!