Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 437 Bytes

csci-1300-board-game

Final project for CSCI 1300 involving a board game.

TO BUILD:

  1. Open VSCode.
  2. ctrl+k then ctrl+o to open a folder. Select the source folder for this project.
  3. ctrl+shift+` to open a new terminal session.
  4. In the terminal, type g++ .\Board.cpp .\Driver.cpp .\Player.cpp .\Split.h .\Tile.cpp and press Enter.
  5. Then type ./a.exe and press Enter.
  6. Play my game.