adamvh / adventure-knight

Text based terminal game based in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Text based terminal game based in C++


Languages

Language:C++ 95.4%Language:Makefile 4.6%