Skip to content

Door is a game with a very simple objective: Open a door.

Notifications You must be signed in to change notification settings

Hypersonic/Door

Repository files navigation

DOOR Rev. 3

TO BUILD: Run
g++ main.cpp Area.cpp Door.cpp -o door

NOTE: This project now relies on Boost, which is a set of libraries. They are available at Boost.org, and are required to compile.

The executable will be saved as ./door.


Source Files
| main.cpp -- the main code file
| Config.h -- configuration constants set here
| Declarations.h -- initialization of objects (pregame) is here
Ð Classes
   Ð Area
      | Area.h -- Header file for Area class
      | Area.cpp -- cpp file for Area class
   Ð Character
      | Character.h -- Header file for Character class (no cpp file needed)
   Ð Door
      | Door.h -- Header file for Door class
      | Door.cpp -- cpp file for Door class
   Ð Parser -- Parses input into commands that the game takes
      | Parser.h -- Header File for Parser class
      | Parser.cpp -- cpp file for Parser Class

About

Door is a game with a very simple objective: Open a door.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published