diff --git a/README.md b/README.md index 19a4b61..5010296 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ -![logo](https://github.com/sourceduty/SkyTetris/assets/123030236/b54fc9e9-3a24-4eac-b16c-7367e4fe9f15) -![Sky Tetris Game](https://github.com/sourceduty/SkyTetris/assets/123030236/f566afda-8464-457c-9b95-a3c684b8cea6) +🎮 The original Tetris game with reverse gravity. + +![logo](https://github.com/sourceduty/SkyTetris/assets/123030236/cd40490a-5660-487e-8558-88d942ba3a85) -The original Tetris game with reverse gravity. +![Sky Tetris Game](https://github.com/sourceduty/SkyTetris/assets/123030236/f566afda-8464-457c-9b95-a3c684b8cea6) Designed for Python and played using keyboard arrow key controls. # -Hight speed: +🛠ī¸ High speed: if self.frame_count % 11 == 0: -Low speed: +🛠ī¸ Low speed: if self.frame_count % 20 == 0: # @@ -20,4 +21,4 @@ https://www.sourceduty.com/games Created on May 12, 2023 -This software is free and open-source; anyone can redistribute it and/or modify it. +ℹī¸ This software is free and open-source; anyone can redistribute it and/or modify it.