An implementation of Raumschach (3D chess game with a 5x5x5 board).
Clone this repository by running the following command: git clone https://github.com/kwonathan/3d_chess.git.
Change the current directory to the newly created one: cd 3d_chess.
Build the executable by running make 3d_chess.
Running ./3d_chess will start the game.