Skip to content

Commit 34b044a

Browse files
committed
Added gameplay demo
1 parent ac643d2 commit 34b044a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ PyBluesky is a simple 2D python game developed using the pygame framework.</br>
2222
Based on https://realpython.com/blog/python/pygame-a-primer
2323
</br></br>
2424

25+
## DEMO
26+
<img src="demo.gif" aligh="center"/>
27+
<br><br>
28+
2529
## GAME MECHANICS
2630
The game is simple where the objective is to navigate and shoot your way through the sky.
2731
There are enemy missiles which travels from right-to-left with varied speed. These enemy missiles can be destroyed by shooting at them. With increase in game level, SAM launchers also moves on the ground, which can fire targeted missile at the jet. These missiles cannot be destroyed, so user needs to evade them.
@@ -48,7 +52,6 @@ Alternately you can download and install the game binary from [sourceforge.com](
4852
The game also features a network-controlled leaderboard. User scores along with few other metadata are published to a remote server.
4953

5054
During the game startup, the updated scores are download from the server and displayed as leaderboard.
51-
5255
</br></br>
5356

5457
## DEVELOPMENT
@@ -57,5 +60,4 @@ Following are the required dependencies for building the binary of this game.
5760

5861
- `pip install cx-Freeze==6.1` for creating distribution
5962
- `sudo apt install zlib1g-dev` for cx-Freeze installaion in ubuntu
60-
61-
63+
</br></br>

demo.gif

25.9 MB
Loading

0 commit comments

Comments
 (0)