guifes / CLTetris

A turn based command-line Tetris game implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLTetris

A turn based command-line Tetris game implementation

How to play

Input:

  • 1: to move piece left
  • 2: to move piece down
  • 3: to move piece right
  • 4: to turn piece clockwise
  • 5: to turn piece counter-clockwise

Flowchart

flowchart

About

A turn based command-line Tetris game implementation

License:MIT License


Languages

Language:C++ 90.8%Language:C 9.2%