Skip to content

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

License

Notifications You must be signed in to change notification settings

pattrickrice/valley-of-the-moon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published