chore: update readme

This commit is contained in:
2021-07-02 20:50:57 -04:00
parent 92761c2690
commit 593f092c84

View File

@@ -1,6 +1,6 @@
# Python Tetris Clone
# Tetri5
The python-tetris-clone project was created for the purpose of becoming familiar with Python 3. The goal is to replicate the most current version of Tetris (https://tetris.com/play-tetris) down to every mechanic. This includes the way pieces rotate and even newer features such as the ghost piece.
The tetri5 project was created for the purpose of becoming familiar with Python 3. The goal is to replicate the most current version of Tetris (https://tetris.com/play-tetris) down to every mechanic. This includes the way pieces rotate and even newer features such as the ghost piece.
The game was created using the pygame python library and builds on Github are packaged into one executable using cx_Freeze.