The Watermelon Game

Fun watermelon merge game

Τι είναι το The Watermelon Game;

Το The Watermelon Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mrbubbles.dev, και η κύρια λειτουργία του είναι "Fun watermelon merge game".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης The Watermelon Game

Λήψη αρχείων επέκτασης The Watermelon Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *****IN BETA*****
This extension is in active development and is nowhere near completion. There will be bugs and a clear lack of polish, but my goal is to complete this into a fully fledged game.

A watermelon game where you merge fruits to get a high score!

Features:
- A high score system. Keep track of your best score!
- Auto-saving across devices!
- Earthquakes! Dislodge stuck fruits by using one!
- Fruit!

Planned features:
- A skinning system (multiple different art variants)
- An actual menu with options
- Sandbox mode (full control over the physics)
- Language translations
- And more! If you have suggestions, please send them to me using the feedback link on the game.

Support me:
https://www.buymeacoffee.com/mrbubbles
Source code:
https://github.com/mrbubbles06/the-watermelon-game

Patch Notes:
1.1.4:
Features:
-Saving and loading!
  -  Auto saves after every ball drop. Loads on game start. Try it out!
-Cross computer syncing! For all the people on school chromebooks.
    -Your highscore, saved games, and other secret (future) stats are now saved across devices!

Fixes:
-Fruits no longer have different hitboxes depending on the state that they were created.
-Certain fruits (like the pineapple and cherry) have had their sprites changed to fix collision issues.

Tweaks:
-Made the grape hitbox slightly smaller.
-Changed the background colors, as well as font.

1.1.3:
Features:
-Strawberries and cherries now spawn less the further you progress into the game
-Cheats! bored of the normal game? enable the following cheats (will disable high score saving);
    -Fast Drop: lowers the cooldown of fruits
    -No Game Over: disables game overs
-Earthquakes!!!
    -Every 25 balls dropped you get access to an earthquake!
    -Pressing "e" or the button on the UI will activate an earthquake

Fixes:
-Game over dialog no longer appears more than once on game over 

Tweaks:
-Removed intro background (kept p5play logo)
-Made the area for the "loseline" to appear smaller
  -Made the physical line thinner (to make it less scary)

1.1.2:
Fixes:
-Fixed the bug where the fruits would infinitely combine.
-Played around with the physics of combining fruits (now they have a little explosion that effect the fruits around them)

Additions:
 -Added a button to reset the high score achieved by doing aforementioned infinite combining.
-Changed the way a game over is triggered

Other:
Animations and new sprites are coming soon. This game is still in like, beta beta beta, so expect breakage. And tell me if it happens.  
-william

1.1:
Added a UI other than the games canvas!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Watermelon Game The Watermelon Game
ID hhgmfhndobbdinomlimfnjcacibldllo
Επίσημο URL https://chromewebstore.google.com/detail/the-watermelon-game/hhgmfhndobbdinomlimfnjcacibldllo
Περιγραφή Fun watermelon merge game
Μέγεθος Αρχείου 731 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.1.4.2
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2023-12-08
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://mrbubbles.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mrbubbles.pages.dev/
Διεύθυνση URL της Σελίδας Βοήθειας https://forms.gle/V29fxesJgxJmgUoD9
URL της Σελίδας Πολιτικής Απορρήτου https://mrbubbles.pages.dev/privacy.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Watermelon Game",
    "description": "Fun watermelon merge game",
    "version": "1.1.4.2",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "popup\/assets\/watermelon.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "popup\/assets\/icon16.png",
        "48": "popup\/assets\/icon48.png",
        "128": "popup\/assets\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}