pop it! is a fun and addictive game developed using the Godot Engine.
game_preview.mp4
- Arcade: Classic bubble-popping fun with progressively challenging levels.
- Arcade+: An enhanced version of Arcade with more dynamic gameplay.
- Memory: A challenging mode that tests your memory as you pop bubbles in a specific order.
- Fidget: A relaxing mode to freely pop bubbles at your own pace.
You can download the latest release of pop it! for various platforms:
If you'd like to build pop it! from source, follow these steps:
- Ensure you have Godot Engine 4.3 or above installed.
- You will also need the following addon:
-
Clone the repository:
git clone https://github.com/serifpersia/pop-it.git cd pop-it
-
Addons Installation:
- Download the addons and extract the zip files into the
addons
directory of your Godot project. - Your folder structure should look like this:
pop-it/ └── addons/ ├── discord-rpc-gd/
- Download the addons and extract the zip files into the
-
Configuration:
- For the Discord-RCP addon, enable it by navigating to
Project Settings > Plugins
in Godot.
- For the Discord-RCP addon, enable it by navigating to
-
Directory Setup:
- If the
addons
directory does not exist, create it manually. - Note that this directory is included in the
.gitignore
by default to keep the repository as clean as possible. You will need to create this directory and add the necessary addons yourself.
- If the
This project is licensed under the MIT License - see the LICENSE file for details.