Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudober/pop-the-pumpkin
Fun game created using Godot, compatible desktop and mobile. A rotating pumpkin throwing objects to explode. But be careful, some are bonus and some are malus.
https://github.com/arnaudober/pop-the-pumpkin
Last synced: 22 days ago
JSON representation
Fun game created using Godot, compatible desktop and mobile. A rotating pumpkin throwing objects to explode. But be careful, some are bonus and some are malus.
- Host: GitHub
- URL: https://github.com/arnaudober/pop-the-pumpkin
- Owner: arnaudober
- Created: 2024-11-12T02:48:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T03:05:45.000Z (about 2 months ago)
- Last Synced: 2024-11-12T04:18:18.701Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎃 Pop the pumpkin
**Pop the pumpkin** is a fun game where the player clicks on objects thrown by a rotating pumpkin to earn bonuses or get maluses. It has been developed for me to learn using Godot.
## 📖 Table of Contents
- [Features](#features)
- [Installation](#installation)
- [How to Play](#how-to-play)
- [Screenshots](#screenshots)
- [Contributing](#contributing)
- [License](#license)## ✨ Features
- **Rotating pumpkin character**: Watch the pumpkin spin and throw objects.
- **Bonus and maluses**: Click on the right objects to earn points, but be careful to avoid maluses!## 🚀 Installation
1. **Clone the repository**:
```git clone https://github.com/arnaudober/pop-the-pumpkin.git```2. **Open the project in Godot**:
- Launch Godot.
- Select Import and browse to the cloned project folder.
- Click Open to load the project.4. **Run the game**:
- Once the project is open, press the Play button to start the game.## 🎮 How to play
1. Click on objects thrown by the pumpkin as they appear.
2. Collect points by clicking on bonus items.
3. Avoid penalty items to keep your score up.
4. Try to get the highest score possible!## 📷 Screenshots
*(To come when game is developed)*
## 🤝 Contributing
Contributions are welcome! If you’d like to improve the game, follow these steps:
- **Fork** the repository.
- **Create a branch** (git checkout -b feature/my-feature).
- **Commit your changes** (git commit -m 'Add some feature').
- **Push to the branch** (git push origin feature/my-feature).
- **Open a pull request**.## 📝 License
This project is licensed under the MIT License.