Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 704 Bytes

File metadata and controls

27 lines (17 loc) · 704 Bytes

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)