/adventure-knight

Text based terminal game based in C++

Primary LanguageC++

Adventure-Knight README

Adventure Knight is a text based terminal game based in C++.

README Sections

  1. Requirements
  2. Objects

Requirements

Ojbect Oriented Code

  • I originally wanted the game to be programmed normally, but then decided I wanted this game to be Object-Oriented. How should the code break down into objects?
  • Need to separate interfaces and implimentation.

Objects

Objects needed

  1. Player
  2. Objects for each room - Castle Gate (Starting Room)