-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
25 lines (24 loc) · 949 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
------------------------
HOW TO COMPILE AND RUN
------------------------
Compile: g++ -std=c++11 Game.cpp Hacker.cpp Map.cpp Puzzle.cpp Player.cpp run.cpp -o proj3
Run: ./proj3
------------------------
DEPENDENCIES
------------------------
Game.h, Puzzle.h, Player.h, Map.h, and Hacker.h all must be in the same directory as the cpp files in
order to compile.
------------------------
SUBMISSION INFORMATION
------------------------
CSCI1300 Fall 2021 Project 3
Author: J. Ian Stewart
Recitation: 115 – Alexander Ray
Date: December 2, 2021
------------------------
ABOUT THIS PROJECT
------------------------
This project is my implementation of the game: Where in the Code is Carmen Sandiego?
IMPORTANT Note: If at any time you input a character or string when it asks for a number,
the program will start an infinite loop. To stop this, press Ctrl + C on windows or
Command + Control + C on Mac to stop the program from crashing your computer!