Skip to content

Den1s-coder/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♟️ Checkers

System Programming Coursework (2024). The project implements the classic game "Checkers" with a graphical interface in C#.


📌 Functionality

  • Classic 8x8 board.
  • White and black move alternately.
  • Transforming a checker into a queen when reaching the last line.
  • Checking the possibility of moves and capture.
  • Highlighting active cells.
  • Determining the winner.

🛠️ Technologies used

  • C# .NET
  • Windows Forms
  • OOP

🚀 Launch the project

  1. Clone the repository: git clone https://github.com/Den1s-coder/Checkers.git

  2. Open the project in Visual Studio 2022 or another IDE with C# support.

  3. Run in Debug or Release mode.


How to play?

  1. Select the checker with the left mouse button..
  2. And right-click on the place where you want to go.

About

A course project on "Systems programming" that I wrote in my second year of university in 2024

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages