ASCII-Tetris
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:ASCII Tetris game written in C
# 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!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。