An open API service indexing awesome lists of open source software.

https://github.com/sun0fabeach/terminal_tetris

ncurses based tetris
https://github.com/sun0fabeach/terminal_tetris

Last synced: 4 months ago
JSON representation

ncurses based tetris

Awesome Lists containing this project

README

        

# Terminal Tetris

Play tetris in the terminal!

## Supported platforms

Linux. Any POSIX compliant OS might also work.

## Dependencies

* gcc v13.x
* ncurses

## Build

#### Debug
`make`

#### Optimized
`make prod`

## Run
`./tetris`

## Controls

* Start: S
* Movement: arrow keys
* Rotate left: A
* Rotate right: D
* Quit: Q