Read this👇 if you get a warning from browser after downloading
📍Click Me
limbo_keygen.exe
is the game you want to download. Both the zip, rar, and 7z all contains the same executable. So if you're on slow internet, download those instead. However, your browser your browser might flag it as malicious, which is fair, but this game doesn't actually hurt your computer, don't worry.✨ It was made in Godot and the source code is literally this repository. You could clone the repo instead and open it on Godot 4.2.2
if you want.
🪲v1.2.0 Bugfix Info
- Small resolution device fix for height less than 800px: smaller keys, smaller orbit, smaller distance, adjusted bsod screen
- Key shuffle freezing problem (hopefully) fixed. (now using physics processing on all timers and tweens internally)
- For devices with slower CPU (that makes the key shuffle slower), now it forces to end the shuffle
- Added a little animation when clicking the key
- Older AMD devices that doesn't support OpenGL 3.3 now supported (Using ANGLE, which increase the executable size by 5MB😔)
- Little memory leak fix
limbo_keygen.exe
: 7d23c1e17325e4e3137962459f46c59f247b9868d66d869738dbcab83625b47d (SHA256)
Virustotal 1/72 (false positive obviously)
godot.windows.template_release.x86_64_optimized_advancedgui_gd422_angle.exe
: 26dc2324adf611e39939379f131e27858279e57587483dd88110ea494a89a868 (SHA256)
Virustotal 0/72
ℹ️ About the custom Export Template
godot.windows.template_release.x86_64_optimized_advancedgui_gd422_angle.exe
is an optimized Godot export template (for Godot 4.2.2) that I use for this project (ignore this if you don't understand). The export template was made with this command:
scons platform=windows tools=no target=template_release bits=64 debug_symbols=no optimize=size module_text_server_adv_enabled=no module_text_server_fb_enabled=yes disable_3d=yes module_basis_universal_enabled=no module_bmp_enabled=no module_camera_enabled=no module_csg_enabled=no module_dds_enabled=no module_enet_enabled=no module_gridmap_enabled=no module_hdr_enabled=no module_jsonrpc_enabled=no module_ktx_enabled=no module_mbedtls_enabled=no module_meshoptimizer_enabled=no module_mobile_vr_enabled=no module_msdfgen_enabled=no module_multiplayer_enabled=no module_noise_enabled=no module_navigation_enabled=no module_ogg_enabled=no module_openxr_enabled=no module_raycast_enabled=no module_regex_enabled=no module_squish_enabled=no module_tga_enabled=no module_theora_enabled=no module_tinyexr_enabled=no module_upnp_enabled=no module_vhacd_enabled=no module_vorbis_enabled=no module_webrtc_enabled=no module_websocket_enabled=no module_webxr_enabled=no module_zip_enabled=no use_mingw=false angle_libs=C:\godot-angle-static
Assuming you put the release godot angle static binary on C:\godot-angle-static
(or just remove the angle_libs=C:\godot-angle-static
part to not include ANGLE, which makes the game doesn't run on certain older devices. It saves 5MB in space.)
However, for building limbo_keygen.exe
, I use a slightly different one with an encryption key.
Godot License: https://godotengine.org/license/