Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 591 Bytes

File metadata and controls

14 lines (10 loc) · 591 Bytes

chess-cpp

Two player game of chess in windows console written with object-oriented C++.

How to play

  1. Import all files in CODE folder into a visual studio empty C++ project.
  2. Run Chess_Project.cpp
  3. Resize window so that title screen is correctly shown

Incorrect title screen Correct title screen

  1. Hit enter and enjoy!

Game start screen