An open API service indexing awesome lists of open source software.

https://github.com/Badawy403/ChessGame

simple WinForm chess application developed in C# as part of the "Visual Programming" course. This game offers classic chess gameplay with all standard rules, allowing players to compete against friends in a player vs. player mode on the same device
https://github.com/Badawy403/ChessGame

chess-game csharp visual-programming winforms

Last synced: 5 months ago
JSON representation

simple WinForm chess application developed in C# as part of the "Visual Programming" course. This game offers classic chess gameplay with all standard rules, allowing players to compete against friends in a player vs. player mode on the same device

Awesome Lists containing this project

README

          






Chess Game





# ChessGame

Welcome to our Chess Game! This is a simple WinForm chess game implemented in c#.

## Features
- Classic chess gameplay with all standard rules.
- Player vs. Player mode: Play against a friend on the same device.
- Save/Load game functionality: Save your progress and resume your game later.
- Move validation: Prevents illegal moves, ensuring a fair and accurate gameplay experience.
- standard timing rules (Classic / Rapid / Blitz)

## Controls
- Use the arrow keys or algebraic notation to select and move pieces.

![Chess Game](<./Imges/Image (1).png>)


![Chess Game](<./Imges/Image (2).png>)


![Chess Game](<./Imges/Image (3).png>)


![Chess Game](<./Imges/Image (4).png>)


## contributors