Skip to content

robertpanzer/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Learning C++ with Tetris

How to build:

clang++ -std=c++1z main.cpp -g -o tetris  -Wall

How to play:

./tetris

It starts immediately.

Following keys are available:

Cursor left  Move stone to left

Cursor right

 Move stone to right

Cursor down

Move stone down

a

Rotate stone counter clock wise

s

Rotate stone clock wise

q

Quit game

About

Learning C++ with Tetris

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages