Skip to content

Programmer-Jack/csci-1300-board-game

Repository files navigation

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.

About

Final project for CSCI 1300 involving a board game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages