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

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#.

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:






![image](https://github.com/user-attachments/assets/3dc8f7bb-0066-41f4-b962-de091f61d9d4)