Big Tower Tiny Square Github Top May 2026

Run this GitHub search:

big tower tiny square language:javascript stars:>10

Then sort by Most stars or Recently updated.

When users search "big tower tiny square github top", they typically mean: big tower tiny square github top

At its core, Big Tower Tiny Square is a precision platformer. The premise is deceptively simple: you control a small, square-shaped character tasked with scaling a massive tower to retrieve a stolen pineapple. The game draws heavy inspiration from classics like Jump King and the masochistic design of I Wanna Be The Guy.

The "Big Tower" represents the level design—a vertical labyrinth of traps, moving platforms, and deceptive geometry. The "Tiny Square" represents the player: small, vulnerable, and governed by rigid physics that demand perfection. Run this GitHub search: big tower tiny square

Repo name: BTTS-SpeedTool Language: C# (Unity) / WebGL Why it is unique: This repo isn't just the game; it’s a toolkit. The developer added a built-in timer, split tracking, and a TAS (Tool-Assisted Speedrun) bot.

In the vanilla version, falling from floor 90 to floor 1 is brutal. In the top-rated open-source versions, you can modify the checkpoint.js file. Search for distanceTravelled and inject: Then sort by Most stars or Recently updated

if (Math.floor(y_position / 64) % 10 === 0)  
    activateCheckpoint();

This saves your progress every 10 floors.

Repo name: godot-big-tower Language: GDScript Why it is top for beginners: Godot’s scene system makes the "Tower" structure incredibly logical. This repo organizes the "Big Tower" into a single long vertical TileMap, making it easy to edit the level in the editor.