vegard / able

"Able" is a challenging, physics-based puzzle game where your task is to climb to the top using only the strength of your arms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Able

"Able" is a challenging, physics-based puzzle game where your task is to climb to the top using only the strength of your arms.

Use Q, W, O, and P to control the arms (Q/P to grab/ungrab; W/O to pull yourself up).

Starter tip: Press Q and P together to grab on to both sides of the shaft, then press and hold W and O together to hoist yourself up. Try building up some momentum!

Inspired by games such as QWOP, Getting over it, and GIRP.

Please note that being a #LudwigJam game, the game is fairly short. My PB is currently 5 minutes and 58 seconds, you can see the video here: https://youtu.be/0iIvGx8S0EE. A new player could get stuck for a few hours, though!

Downloads

Please see the game's website at https://vegard.itch.io/able.

The game runs on Linux and Windows.

Building

The build scripts were made to work on my machine, so you will likely have to adjust the build scripts to work on your computer.

Requirements:

Windows

The specific packages and external libraries I used for the Windows build were:

To build using Docker, run:

DOCKER_BUILDKIT=1 docker build --output type=local,dest=output -f Dockerfile.mingw32 .

This will generate an archive in output/.

Disclaimer

This code was written from scratch in a few days for a game jam. In other words, the code quality is poor and should not be taken as an indication of my general programming skill or sense of code aesthetics :-)

License

This game code is Copyright (C) 2021 Vegard Nossum vegard.nossum@gmail.com.

Note that although the source code is available on GitHub, this game is NOT open source. In particular, this means that you may not modify the source code, and you may not redistribute the binary code, assets, or source code without my prior written permission. If you are interested in using the code for something, drop me an email.

About

"Able" is a challenging, physics-based puzzle game where your task is to climb to the top using only the strength of your arms.


Languages

Language:C++ 79.0%Language:Python 14.5%Language:HTML 3.8%Language:Shell 2.7%