Git Product home page Git Product logo

hauntedhouse's Introduction

hauntedhouse

Description

This is a text-based adventure game for the console written in C++ as part of Week 02 Assignment for the Game Developer bootcamp at The Developer Academy.

The text-based adventure game is very loosely based on the the most haunted house in the United Kingdom, the notorious Borley Rectory. It is a first person game where the player's little brother is lost and presumably detained by the infamous "Ghost of the Headless Man". The player is to move around in the various rooms in the Borley Rectory to do a series of tasks and challenges before being able to uncover the location of the player's little brother by first pacifying the "Ghost of the Headless Man".

This is a joint project by

Methodology: Pseudo Code

  • We started with the layout of the Borley Rectory.
  • We plotted the main story line and took note of the MVPs for this game.
  • Through the story plotting, we identified the C++ classes, objects, subroutines and game play loop and logic controls.
figmaScreenDump

User Story

AS A gammer

I WANT to play an old school text adventure game entirely in the console

SO THAT I can be entertain and learn more about text-based adventure game development.

Acceptance Criteria

  • A working game that can be run on the console.
  • A main game loop that requests input from the user
  • A method to move north/south/east/west
  • A way to collect items and inventory
  • A method to use items in situations to progress the game
  • An ending

Table of Contents (Optional)

Installation

  • To download the all the code in this repo to a directory on your local machine
  • compile the main.cpp
> g++ main.cpp -o main
  • execute the game
>./main

Usage

Screen Dumps

01navigatingCorridor

02optiontopickupcandlestick

03itempicked

04viewinventory

05viewonhandinventory

Demo:

  • tbc

Credits

  • Borley Rectory layout plans provided by foxearth.org.uk

License

MIT License License: MIT

Features

A text-based adventure game that the user can play on a console terminal.

Testing

tbc

Contribution

hauntedhouse's People

Contributors

omml avatar havetimedrinktea avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.