Skip to content

defaultdino/chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game

About

This is a simple chess game made in C++ using the SFML graphics library. It is a two player game, where each player takes turns moving their pieces. The game ends when one player's king is captured.

Building

To build the project and get an executable game file run cmake --build build

Ideas for Future Development

  • Add a AI to play against

  • Add a timer for each player

  • Add a menu screen

  • Add a win screen

  • Add a settings screen

  • Add a save/load feature

  • Add a tutorial

  • [~] Implement undo for moves (the logic is already available)

  • [~] Implement clicking on pieces (the logic is already available)


About

Chess game written in C++ with SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published