Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WhySoBad committed Jul 7, 2022
2 parents 2d9fa2c + 0432a2d commit 88d7321
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# console-tetris
# console-tetris

> A terminal ui to play tetris in the console
![image](https://user-images.githubusercontent.com/49595640/177736119-8bf99c5c-db85-4b22-9287-5674cfb78e69.png)

## Features

* Support for big and small terminals
* Progress is saved at ```~/.config/console-tetris/console-tetris.conf```
* Growing difficulty with increasing levels
* Point calculation like on [Nintendo's Tetris versions](https://tetris.fandom.com/wiki/Scoring)
* Tetromino rotation like on [the Gamebody version](https://strategywiki.org/wiki/File:Tetris_rotation_Gameboy.png)

### Shortcuts

* <kbd>E</kbd>xit the program
* <kbd>P</kbd>ause the game
* <kbd>R</kbd>eset the game

## Usage

This program has a single dependency to [ncurses](https://archlinux.org/packages/core/x86_64/ncurses/) and was coded and tested on Arch

0 comments on commit 88d7321

Please sign in to comment.