Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# programming language Create the beginnings of your take on the classic 'Sorry!' game. Use the link above as references to the game look, feel,
C# programming language
Create the beginnings of your take on the classic 'Sorry!' game. Use the link above as references to the game look, feel, and play rules. This will be an app built in WPF (Windows Presentation Foundation) Make development choices .
Deliverables:
Start a new Solution called 'Game_Sorry' and add the following features for your Week's deliverable:
- Begin the game programming/design itself by creating the game interface/form. Although it will have minimal functionality at this point, it is the foundation that the remainder of the project will be built on and it needs to include the following items at a minimum:
- Game-play/board area
- A way to start/restart the game
- A way to quit the game
- A way to see some 'about' info (developers, version, date, etc.)
- Card creation and drawing
- SIngle player game play to get pieces on the board and move them around
- Appropriate message to guide the user
In future development, we will have multiple players and a functional game. Possibly functionality for keeping track of numbers of wins/losses.
this is a new project that needs to be created in visual studio
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