Skip to content

jserv/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 / k: rotate the block
  • Arrow Down / j: drop the block
  • Arrow Left / h: move left
  • Arrow Right / l: 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

A text-mode tetris game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages