A downloadable game

Crane Construction is a simulation construction game. It was created as a submission for the third Gosu Game Jam, with version 0.3 being the submitted one. Few more features and additional polish are still planned to be added after the end of jam (starting with v0.3.1). The game is open-source on GitLab.

Your goal is to pile bricks as you like as blueprints (tasks) have not been finished yet...

Controls

- hook movement: mouse
- start holding / drop: left mouse button
- rotate held brick: R
- new brick: N
- show debug info: Tab
- reset: Backspace
- quit: Esc

Download

Download
crane_construction-0.3.zip 7.4 kB
Download
crane_construction-0.3.1.zip 13 kB

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 Crane Construction – Here you can pick from two options:
    • either via snapshot
      • download attached snapshot of repository
      • open terminal
      • navigate to the downloaded folder
      • run "ruby crane_construction.rb"
    •  or via gem
      • open terminal
      • obtain the gem from RubyGems with "gem install crane_construction"
      • run "irb" in terminal
      • run "require 'crane_construction'" in it

Development log

Leave a comment

Log in with itch.io to leave a comment.