Question
So, here's my assignment; First, make sure you have the latest version of the Week 5 Folder from GitHub. Open the CheckerBoard solution in Visual
So, here's my assignment;
First, make sure you have the latest version of the Week 5 Folder from GitHub.
Open the CheckerBoard solution in Visual Studio by double-clicking the .sln file.
(
Microsoft Visual Studio Solution File, Format Version 12.00 | |
# Visual Studio 14 | |
VisualStudioVersion = 14.0.23107.0 | |
MinimumVisualStudioVersion = 10.0.40219.1 | |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckerBoard", "CheckerBoard\CheckerBoard.csproj", "{7751D1B3-F651-4858-A0D5-5CFCBD6CDF27}" | |
EndProject | |
Global | |
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
Debug|Any CPU = Debug|Any CPU | |
Release|Any CPU = Release|Any CPU | |
EndGlobalSection | |
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
{7751D1B3-F651-4858-A0D5-5CFCBD6CDF27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
{7751D1B3-F651-4858-A0D5-5CFCBD6CDF27}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
{7751D1B3-F651-4858-A0D5-5CFCBD6CDF27}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
{7751D1B3-F651-4858-A0D5-5CFCBD6CDF27}.Release|Any CPU.Build.0 = Release|Any CPU | |
EndGlobalSection | |
GlobalSection(SolutionProperties) = preSolution | |
HideSolutionNode = FALSE | |
EndGlobalSection | |
EndGlobal) |
Run the project by hitting F5, or clicking the green "Start" button.
Study and familiarize yourself with the code before adding your modifications.
When you are ready, your instructions are to use JQuery to implement the following requirements:
If you click on an empty cell, nothing happens.
If you click on an occupied cell, select that cell and visually highlight it.
If you have a cell selected, the next cell you click on will receive the piece you chose to move.
If you move to the same cell you selected originally, the cell is deselected and nothing happens.
There are no rules for where you can move, and any piece existing on a cell you move to is destroyed.
Any assistance would be greatly appreciated. BTW, this needs to be done using visual studio 2017 (Community edition). Also, here is a youtube video link to help. It only confused me.
https://www.youtube.com/playlist?list=PLHzZNM2AcKx5VO0s61y6O3A0aAts6DCxD (only the second and maybe the third videos for this assignment)
PLEASE HELP
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