-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |