32

GitHub - jserv/tetris: A text-mode tetris game

 4 years ago
source link: https://github.com/jserv/tetris
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

tetris: A text-mode tetris game

Tetris is a simple game written in C, using NCurses for the terminal I/O. It requires POSIX Thread and NCurses.

Build and Run

To build tetris, run 'make' inside the directory where you have the source.

$ make

Debian/Ubuntu Dependencies:

$ sudo apt install libncurses5-dev

To play the game, run the executable 'tetris'.

$ ./tetris

Key mapping:

  • Arrow Up: rotate the block
  • Arrow Down: drop the block
  • Arrow Left: move left
  • Arrow Right: move right
  • Q: Quit or Pause

If you get into trouble with terminal display, you can set environment variable TERM to vt100.

License

Tetris is released under the MIT license. Use of this source code is governed by a MIT license that can be found in the LICENSE file.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK