Project #4 - CSE 167 - Student: Jeff Robertson
README
Description
This program allows one to travel in a first person view through a series of rooms.
There are 4 rooms laid out in the shape of a square with a connecting hallway between each room.
The program starts in the lower right room and to access the others you must hit the action button to reveal hallways behind false walls.
Lighting is currently enabled in order to create a dimmer environment.
Controls:
Arrow Keys: Look left, right, up and down.
"a" : Move forward.
"s" : Move backward.
"d" : Move to the left.
"f" : Move to the right.
"q" : This is the "action button". When in range of a false wall, this will either remove it or replace it depending on it's current condition.
Although not part of the official controls, the 4 lights can be toggled off by hitting 1-4 for the respective light.
Map
--------- ---------
| | | |
| ------------------ |
| |
| ------------------ |
| | | |
-- -- -- --
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
-- -- -- --
| | | |
| ------------------ |
| |
| ------------------ |
| | | |
--------- ---------
List of figures
You start here.
False wall removed!
Decisions, decisions..."