Skip to content

DrewB-5/tetrix1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TETRIX1

============================================

Welcome to Tetrix, our C++ Tetris clone!

By: Drew Berard, Grant Jennings, Justin Wiseman

============================================


RUN GAME INSTRUCTIONS

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.


CONTROLS

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

============================================

About

A CLI tetris clone

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages