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

https://github.com/dipanshkhandelwal/bouncing-ball

A ball game built on python
https://github.com/dipanshkhandelwal/bouncing-ball

ball-game game python tkinter

Last synced: about 2 months ago
JSON representation

A ball game built on python

Awesome Lists containing this project

README

          

# Bouncing Ball
A ball game built on python.

#### Run the project
* Clone the repo:
```bash
git clone https://github.com/DipanshKhandelwal/Bouncing-Ball.git
```
* Go to the main folder
```bash
cd Bouncing\ Ball/
```
* Run
```bash
python main.py
```