Skip to content

dbwz8/ASCII-Tetris

 
 

Repository files navigation

ASCII Tetris game

To compile, use:

make

It will output a binary file Tetris.

Controls:

q: 		left
s: 		bottom (quicker)
d: 		right
[space]: 	rotate

What it looks like:

[LEVEL: 1 | SCORE: 0]
~~~~~~~~~~~~~~~~~~~~~~~~~
!                        !
!                        !
!                        !
!                        !
!          O O           !
!          O             !
!          O             !
!                        !
!                        !
!                        !
!                        !
!              &         !
!              &         !
!      # #   X & &       !
!      # # X X X @ @ @ @ !
~~~~~~~~~~~~~~~~~~~~~~~~~

License

This is under MIT License, please read the LICENSE file for further details. Do not hesitate to fork this repository and customize it, enjoy!

About

ASCII Tetris game written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.8%
  • Assembly 12.2%
  • C++ 9.8%
  • Objective-C 1.1%
  • Makefile 0.1%