https://github.com/squidkid-deluxe/balloon
A 200 line GUI game
https://github.com/squidkid-deluxe/balloon
balloon-game game gui python3 tkinter
Last synced: 3 months ago
JSON representation
A 200 line GUI game
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/balloon
- Owner: squidKid-deluxe
- Created: 2020-04-03T22:49:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:50:29.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:02:35.737Z (4 months ago)
- Topics: balloon-game, game, gui, python3, tkinter
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balloon game
-----------------------------The balloon game is a fairly simple game, with only 200 lines of code.
### How to play:
1. To run the game by first type
`cd ~/`
into your terminal window. Then, type
`python3 balloon.py`.2. To play the game, use the left and right arrow keys to manuver the hot air balloon around the rapidly firing bullet bills. Every time a bullet goes off the screen(aka. successfully avoided), you get one point. Once a bullet hits you and your balloon pops, your final score is displayed, along with a 'GAME OVER' message and a comment on how good you did.
Dependencies:
=============
balloon.py:
- tkinter
- random
- time
- math