Neil Killeen
CMPS 160
Project
Due: 6/12/13

Built and developed for Macintosh. Although I did create a PC executable that should port fine.

Mac: Open up Terminal, CD to the executable directory, type ./proj and then hit enter.
PC: Run proj.exe

Overview

Tetris has been a popular game for many years. Even today, 2D versions of Tetris are popular in both single player and multi player. The additional dimension will add to the dynamic of traditional 2D Tetris. There are many new challenges that arise, for it aims to challenge the players speed, multitasking ability, and accuracy.

Controls:
	W, S: rotate a piece about the X (right, left) axis.
	A, D: rotate a piece about the Z (forward, back) axis.
	Q, E: rotate a piece about the Y (up, down) axis.
	UP Arrow key: move the piece north.
	DOWN Arrow key: move the piece south.
	RIGHT Arrow key: move the piece east.
	LEFT Arrow key: move the piece west.

	Tap or Hold Space bar to speed pieces downward movement.

Camera:
	I: zoom in and change angle higher
	K: zoom out and change angle lower