Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 326 Bytes

qt-chess-game-application

A Chess game created using the QT GUI Module in C++

Enabled:

  • Human vs Human game on one machine
  • Turns
  • Undo move functionality
  • En passant
  • Castling
  • Promotion choice: can choose between Queen, Rook, Bishop, and Knight #TODO: test further

Not Enabled:

  • Game vs AI
  • Game over a network