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

https://github.com/vinsmokesomya/classic-bounce

🔴Bounce is a clone of Nokia original bounce game made with python and Pygame.
https://github.com/vinsmokesomya/classic-bounce

bounce classic classic-bounce classic-game pygame pygame-games python3

Last synced: 11 months ago
JSON representation

🔴Bounce is a clone of Nokia original bounce game made with python and Pygame.

Awesome Lists containing this project

README

          


🚩🧡🕉️ || जय श्री राम || 🕉️🧡🚩

---



🔴 Bounce


[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-swag.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

Bounce is a clone of Nokia original bounce game made with python and pygame. I have tried to keep the maximum features of the original game in this version

![Alt text](app.png?raw=true "Bounce")

## Requirements

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install following packages :-
* Pygame

```bash
pip install pygame
```

## Usage

Download and click main.py to run the game, Click play and then select the level to start playing the level. Certain levels are locked and will be unlocked as you move forward in the game. Remember to take all the lifes in order to open the exit gates. Checkpoints can help you to bypass dangerous areas.

Controls:
* Left arrow key to go left
* Right arrow key to go right
* Up arrow key to jump
* press ESC to escape the game

## Contributing

This game currently has a lot of bugs, if yiu think you can fix them, pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.