============================================
Welcome to Tetrix, our C++ Tetris clone!
By: Drew Berard, Grant Jennings, Justin Wiseman
============================================
To ensure that the game runs properly, please compile using the following command:
g++ -pthread tetrix.cpp drew.cpp grant.cpp justin.cpp -o tetrix
Then the game can be started with the following command, as standard:
./tetrix
An introductory animation will run, followed by the game interface.
DO NOT PRESS ANYTHING UNTIL THE GAME UI HAS APPEARED ON SCREEN
The game DOES NOT REQUIRE the enter key. All key presses listed in CONTROLS are interactive.
A key: Rotate LEFT
D key: Rotate RIGHT
Left Arrow: Move LEFT
Right Arrow: Move RIGHT
S key: Drop Piece
P key: Cycle To Next Piece
R key: Quits Game
============================================