Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceduty authored May 14, 2023
1 parent fb27c21 commit 980662d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
#
Expand All @@ -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.

0 comments on commit 980662d

Please sign in to comment.