A downloadable game

Jelly with Attractive Momentum was created during the fourth Gosu Game Jam which run for one week between 2023-04-23 and 2023-04-30. The game is open-source on GitLab.

Your goal is to attract the jelly through the rooms with your cursor while either keeping or braking the momentum so that you can safely accomplish all the needed jumps.

Game is currently playable though not yet all planned features are included. As portals between rooms don't work yet feel free to skip to the next room once you make jelly to touch the portal. There are three rooms total, so far without some end screen.

Controls

- movement: mouse
- show debug info: Tab
- skip to the next room: N
- start a new game: Backspace
- quit: Esc

Backspace abandons the current run and restarts the whole game back to room 0. To reset the current room simply make jelly leave the window. If you get stuck in some room, you can also use N to switch to the next one.

Download

Download
jelly_with_attractive_momentum-0.4.zip 9 kB
Download
jelly_with_attractive_momentum-0.5.zip 2 MB

Install instructions

  1. Get ruby – Some of you may already have ruby included on your computers. Others may use their favourite package management system or check the documentation for other ways.
  2. Get gosu – Run "gem install gosu". Check additional requirements if you are on Linux.
  3. Get Jelly with Attractive Momentum – Here you can pick from two options:
    • either via snapshot
      • download attached snapshot of repository
      • open terminal
      • navigate to the downloaded folder
      • run "ruby jam.rb"
    •  or via gem (TODO: not yet available)
      • open terminal
      • obtain the gem from RubyGems with "gem install jelly_with_attractive_momentum"
      • run "irb" in terminal
      • run "require 'jelly_with_attractive_momentum'" in it

Leave a comment

Log in with itch.io to leave a comment.