EUCLID, an inter-dimensional text adventure game! ๐๐งณ
Euclid is an interactive text-based adventure built for my CS175 class. You are a lone adventurer while a mysterious narrator speaks to you from above, guiding you through your journey. As you venture through this strange world, you will face multiple choices that could alter your fate. Will you take the amulet? Will you cross the great chasm? Will you solve the riddle posed by the knight guarding the castle? What will you get at the merchant stand? Every choice you make will have a consequence, and only the right decisions will allow you to progress.
- C++: Core logic for game, including i/o.
- Standard Input/Output: Text-based interactions using the terminal.
-
Clone the repo:
git clone https://github.com/jay-gleeson/cs175-midterm-project.git
-
Open directory:
cd cs175-midterm-project -
Compile cpp:
A. Windows:
g++ MyMidtermProject.cpp -o euclid.exe euclid.exe
B. MacOS / Linux:
g++ MyMidtermProject.cpp -o euclid ./euclid
Save/Load System: Implement the ability to save progress and resume.
Expanded Narrative Paths: Introduce more choices and subplots.
Enjoy your adventure in Euclid ๐ค๏ธ and may your choices lead you to a good fate! ๐โจ