Programming Project

Lesson 01 - Analysis

Text Based Games - Analysis and Orientation. 

A text based adventure game is one where you type commands to explore the game world - traditionally things like GO NORTH or LOOK. Part of the game is about finding out what is possible - how to interact with the environment you are playing in.

You will create your own text based adventure game. The game can be based on a theme of your choice.

Zork is a popular text based game and can be found here:  Play the game - the only instruction is you have to play for at least 20 mins - don't get discouraged! 

http://textadventures.co.uk/games/play/5zyoqrsugeopel3ffhz_vq

Some commands you can try...
INVENTORY - gives you a list of items you have
LOOK - describes your surroundings​
TIME - how long you've been playing​
N - Moves you north (use ​S, E, etc. for other directions)
DIAGNOSE - tells you about your injuries
GET or TAKE - remove the item and adds it to your inventory
READ - Reads what is written on an item with words
ENTER - go in somewhere - perhaps a window


Lesson 02 - Design

Lesson 03-06 - Creation

Help Videos / Code

Some More Help Pages for the Adventure Game.

These Videos are extra help on creating the game  1 and 2 are coding the locations and moving