https://github.com/binny3213/checkers-game-windows-app
Checkers Game Windows Forms in C#.
https://github.com/binny3213/checkers-game-windows-app
csharp dotnet game-development project visual-studio
Last synced: about 1 month ago
JSON representation
Checkers Game Windows Forms in C#.
- Host: GitHub
- URL: https://github.com/binny3213/checkers-game-windows-app
- Owner: binny3213
- Created: 2025-01-31T15:44:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-19T07:05:08.000Z (about 1 year ago)
- Last Synced: 2025-07-25T01:38:30.869Z (11 months ago)
- Topics: csharp, dotnet, game-development, project, visual-studio
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Checkers Game - Windows Forms (C#)
Welcome to the **Checkers Game**, a C# WinForms-based game where you can play Checkers with dynamic board sizes.
---
## π Features
- π¨ **Dynamic Board Sizes**: Choose between 6x6, 8x8, or 10x10 boards.
- π€ **Single & Multiplayer Modes**: Play against a second player or the computer.
- π **Turn-based Gameplay**: Supports player turns with visual indicators.
- π **Score Tracking**: Live scoreboard updates.
- π **Resizable UI**: The board adapts to different window sizes.
---
## π₯ How to Download & Run the Project
### **πΉ Option 1: Clone from GitHub**
1. Open **Command Prompt (Windows Terminal)** and run:
```bash
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git
2. Once downloaded, navigate to the project folder:
```bash
cd YOUR_REPOSITORY
3. Open the project in Visual Studio by double-clicking CheckersUI.sln.
4. Click Start (βΆοΈ) in Visual Studio to run the game.
### **πΉ Option 2: Download as ZIP(No Git Required)**
If you donβt have Git installed or prefer a simple way to download and run the project, follow these steps:
---
1.Download the Project
- Go to the GitHub Repository: π¦ GitHub Link.
- Click the π½ Code button.
- Select Download ZIP and wait for the download to complete.
2.Extract the Files
- Locate the downloaded .zip file (usually in your Downloads folder).
- Right-click the file and choose Extract All....
- Select a destination folder and click Extract.
-Open the Project in Visual Studio
3.Open Visual Studio.
- Click File > Open > Project/Solution.
- Navigate to the extracted folder and select CheckersUI.sln.
- Click Open.
4.Run the Game
- Click the Start (βΆοΈ) button in Visual Studio.
- The Checkers game will launch, and you can start playing!
---
# Enjoy the game!
### Tools, Framework and language:
