diff --git a/README.md b/README.md index b6b2d04..f3e0577 100644 --- a/README.md +++ b/README.md @@ -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.