/valley-of-the-moon

A text-based game in C++. A final project for my OSU CS162 Introduction to Computer Science II class.

Primary LanguageC++MIT LicenseMIT

Valley of the Moon

This repo is my final project for Oregon State's CS 162 Intro to Computer Science II Class. The game is entirely text based and runs in the console. It implements a 2D pointer linked structure for the map system, and base/child classes for each space.

The goal of the game is for the player to collect all of the keys and make it to the castle before they run out of steps.

Install

The game requires Linux/Unix console for refreshing the screen. If you are on Windows it is reccomended that you install Bash Ubuntu on Windows

Clone the directory:

git clone https://github.com/pattrickrice/valley-of-the-moon.git
cd valley-of-the-moon

Smash that makefile and start the game

make
./game

Screenshots

Thanks for viewing