Final project for CSCI 1300 involving a board game.
TO BUILD:
- Open VSCode.
ctrl+k
thenctrl+o
to open a folder. Select the source folder for this project.ctrl+shift+`
to open a new terminal session.- In the terminal, type
g++ .\Board.cpp .\Driver.cpp .\Player.cpp .\Split.h .\Tile.cpp
and pressEnter
. - Then type
./a.exe
and pressEnter
. - Play my game.