Skip to content

Commit

Permalink
Fine-tuned README
Browse files Browse the repository at this point in the history
  • Loading branch information
cSquaerd committed Feb 10, 2021
1 parent ef1c3bf commit d638370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CursaTetra
![alt text](readmeBanner.png)
![Banner Image](readmeBanner.png)
## A terminal-bounded block-based puzzle game written in Python/Curses

This game is dedicated to Alexey Pajitnov, original author of Tetris. This version features:
Expand All @@ -24,6 +24,8 @@ The goal is simple: rotate and move pieces as they fall, line up ten blocks in a
## How to run
* From the directory/folder where you have all the `.py` files, run `python cursatetra.py`

![Gameplay GIF](readmeBanner.gif)

## Experimental Features
* Compatibility with `windows-curses` (Just needed extra entries in the cellValues dictionary because the color attributes are encoded differently in `windows-curses`)

Expand Down
Binary file added readmeBanner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readmeBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d638370

Please sign in to comment.