Skip to content

the-1Riddle/ChessUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Contributors Forks Stargazers Issues MIT License Twitter


Logo

Chess UI

Discover the ultimate repository for all things chess!
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

image

This project is on a chess game that can be played by two different human players. Enjoy using the application.

Getting Started

To successfully set up and run the program within Visual Studio, follow these steps, at the end of it all you should be able to successfully set up and run the program within Visual Studio. If you encounter any difficulties or have specific questions, please refer to the documentation or reach out to us via the issue section or Twitter for assistance.

Prerequisites:

  1. Visual Studio Installation: Ensure you have Visual Studio installed on your system. You can download and install the latest version from the official Visual Studio website.

  2. .NET Framework/.NET Core: Ensure that you have .NET Framework or .NET Core --version 6+ installed on your machine. Visual Studio typically includes the necessary components, but ensure that your environment meets the minimum requirement of the program.

  3. System Requirements: The deployed program is compatible with Windows versions 7/8 and 10 you may also need to verify that your system meets the minimum requirements of VS, such as RAM, and processor specifications.

Installation:

After Visual Studio is launched...

  1. Clone or Download the Repository: Clone or download the project repository.

    • You can do this by clicking on the **Clone:** which can be done automatically in VS or **Use an existing folder:** after you have downloaded it you can select your preferred method.
    • Use this link to clone the repo: https://github.com/the-1Riddle/ChessUI.git
  2. Open Project in Visual Studio: Open the downloaded project solution file (.sln).

  3. Build Solution: Once the project is loaded in Visual Studio, build the solution by selecting Build > Build Solution from the menu bar. This will compile the project and ensure that all necessary dependencies are resolved.

  4. Run the Program: After a successful build, you can run the program by pressing the Start button or by pressing F5. This will execute the program within the Visual Studio environment.

Note

(Optional) Configure Debugging Environment: If you intend to debug the program, ensure that the debugging configuration is set up correctly. You can set breakpoints, inspect variables, and step through the code to troubleshoot issues.

Project Authors ©️

Acknowledgments

Resources Used during the project

We want to express our gratitude to the following resources and individuals whose contributions were invaluable in the development of this project:

  1. WPF Tutorial and The developer Blog : Info about wpf and how to use them
  2. Computer Chess Topics : Learned how to implement chess pieces moves
  3. Chess Forum : Have any discussions related to chess games.
  4. Chess Programming Wiki : All information about computer chess programming