top of page

Oregon Trail Game

Course: Computer Science 1: Starting Computing (1300)

Time Frame: Spring 2018

For my final project in Computer Science 1, I created a text based Oregon Trail game in C++. I began by researching the game and playing existing versions to learn the general flow. Then, I brainstormed the structure on how I wanted to create the game and made skeleton code.

The game has four classes and several other functions which together in a main driver file run the game. The video to the left provides a brief overview and run-through of the game.

bottom of page