Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 502 Bytes

Chess

Interactive chess program in C++ made as a part of the University of Waterloo's CS246 course.

To run:

Playing the game:

  • Run ./chess to start the game NOTE: White is on the bottom, Black is on the top

    • To setup pieces on the board - type setup
    • Otherwise, enter game [human/one/two] [human/one/two]
      • Move pieces by entering move [current position] [new position]