An open API service indexing awesome lists of open source software.

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

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