/Chess

A Chess game in the terminal with two additional rules governing the game.

Primary LanguageC++

♔Chess♛

Chess in Terminal is a good overnight programming challenge . 👾

The complete description of the game is available in P5_Chess.pdf file.

Get Started 🚀

Compile and run the Main.cpp file. You can use the following command to compile and run.

g++ -o output_name Main.cpp
./output_name

A small problem 🍂

The move of the White Queen (bottom player) has some problems that I couldn't solve. If you find it, I'll be happy to let you know.