ℹ️ Fill the board with tessellating jelly-ominoes to earn points.
ℹ️ Control the descent of each piece and its rotation to line them up perfectly.
ℹ️ Keep an eye on the Jiggleometer - pieces must be settled to get deleted!
ℹ️ if a piece goes over the top, it's game over. Clear pieces by filling rows, and keeping the Jiggleometer low!
Play now on Linux 🐧, macOS 🍎, Windows 🪟, and Android 🤖
settings.json
contains key-bindings and a tutorial completion flag. These may be edited.~Library/Application Support/app.jerboa.jellycram/settings.json
The Android build is code-signed, with the same key as used on the Google Play store.
The desktop code is signed with GPG, and md5sums are provided. However for macOS and Windows additional signing is required for Smart Screen and macOS GateKeeper, which is as yet not planned (costs $100's/year)
left-click
run anyway
. You may need to click more info
control-click``
open, and selecting
openin the pop up. You may have to
control-click`` open
twice.The games key is hosted on keyserver.ubuntu.com, you may obtain it in gpg like so:
gpg --keyserver keyserver.ubuntu.com -v --recv-keys 18e4f6b191de23e7978be4b46534065e085babba
You should see something like:
gpg: pub rsa3072/6534065E085BABBA 2024-01-26 Jerboa-app (JellyCram) <dev@jerboa.app>
gpg: key 6534065E085BABBA: "Jerboa-app (JellyCram) <dev@jerboa.app>" ...
...
The files (executable and packed scripts) are provided with md5sums, and GPG signatures. The md5sums are contained within the file JellyCram.md5
On linux or macOS you may verify as follows
md5sum JellyCram
gpg --verify JellyCram.sig
To install md5sum on macOS with brew brew install md5sha1sum
On windows
md5sum JellyCram.exe
gpg --verify JellyCram.exe.sig