Skip to content

serifpersia/pop-it

Repository files navigation

popit

pop it!

pop it! is a fun and addictive game developed using the Godot Engine.

game_preview.mp4

Game Modes

  • 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.

Download

You can download the latest release of pop it! for various platforms:

Release

Building from Source

If you'd like to build pop it! from source, follow these steps:

Requirements

Steps

  1. Clone the repository:

    git clone https://github.com/serifpersia/pop-it.git
    cd pop-it
  2. 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/
      
  3. Configuration:

    • For the Discord-RCP addon, enable it by navigating to Project Settings > Plugins in Godot.
  4. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details.