Skip to content

Latest commit

 

History

History

game-tetris

snake-console-game

This is simple tetris console game which I made for my programming classes. If I happened to do something wrong or there is a better way, please feel free to comment and share your own ideas.

Prerequisites

Made on Ubuntu 18.10 . You just need to run snake.out in your console.

./tetris

Or compile the whole project by your own.

g++ *.cpp

Block control

  • a - move left
  • d - move right
  • r - rotate

Author

  • Jakub Szwajka - all codding and idea stuff.

Part of code to keyboard controll system (marked in code) is from: StackOverflow

Screen shot

image