bb_chess A simple command line modified version of Chess. Using only pawns, the first player to reach the opposite end of the board wins. Installation + Set Up Compile: g++ -o main main.cpp Game.cpp Piece.cpp Position.cpp Run: ./main