Implementation of the backend of a chess-like game.
- Piece from piece.py
- Board from board.py
- Game from game.py
- class that makes the communication between Piece and Board possible
- boxshogi.py
- includes main(), the turn executer and the driver function
- globalVars.py
- relevant global variables used by multiple files, especially game.py and boxshogi.py
- Download .zip file, and open it.
- cd to the file created when zip was opened.
- Run the command: ./test-runner-mac