Keep Calm And Balance
A downloadable game
Keep Calm & Balance is an action balancing game. It was created as a submission for the first Gosu Game Jam, with version 0.4 being the submitted one. Few more features and additional polish were added after the end of jam (starting with v0.5). The game is open-source on GitLab.
Your goal is to keep balancing the barrel on the seesaw for as long as possible. Game ends when the centre of barrel leaves the window area.
Controls
- turn left: left arrow, key A or numpad key N4
- turn right: right arrow, key D or numpad key N6
- show debug info: Tab
- reset: Backspace
- quit: Esc
Status | On hold |
Author | Detros |
Genre | Action |
Tags | 2D, chaos, gosu, Short, Singleplayer |
Asset license | Creative Commons Attribution_ShareAlike v4.0 International |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Links | RubyGems, Source code |
Download
Install instructions
- 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.
- Get gosu – Run "
gem install gosu
". Check additional requirements if you are on Linux. - Get Keep Calm & Balance – Here you can pick from two options:
- either via snapshot
- download attached snapshot of repository
- open terminal
- navigate to the downloaded folder
- run "
ruby keep_calm_and_balance.rb
"
- or via gem
- open terminal
- obtain the gem from RubyGems with "
gem install keep_calm_and_balance
" - run "
irb
" in terminal - run "
require 'keep_calm_and_balance'
" in it
- either via snapshot
Development log
- KC&B v0.5 (paddle effect)Nov 03, 2021
- KC&B v0.5 misses the targetOct 25, 2021
- KC&B v0.4 (wind effect)Oct 24, 2021
- KC&B v0.3.1 (init)Oct 22, 2021
Leave a comment
Log in with itch.io to leave a comment.