Small build, fast first play
It is built with no outside code libraries, and every sound is generated as it plays instead of loading an audio file. The build stays small, so the first level starts fast even on a slow connection.
Physics puzzle
Draw the waterslide. Land the capybara in the pond.
The game01
You draw the level's solution. Drag a curve out from the capybara's ledge, past the spikes and the saw blades, then press GO and the line turns into a real, slippery slide: the capy picks up speed, launches off the end and arcs through the air. Capybaras only land in water, so a lazy line ends in a faceful of dirt.
The puddle is the whole puzzle. Reaching the pond gets you a star, routing through the watermelons gets you another, and arriving with water left over gets you the last one, which is the star people go back for. Levels are quick. The star counter is what keeps the game open.
Hold the mouse button down and draw a slide starting from the capybara. Let go, look at the line, press GO. If it misses, reset and draw a better one. There is no keyboard input anywhere in the game, every move is made with the cursor.
Under the hood03
It is built with no outside code libraries, and every sound is generated as it plays instead of loading an audio file. The build stays small, so the first level starts fast even on a slow connection.
Before release, the game solves all 100 levels by itself and refuses to package if any one of them has stopped being winnable. The campaign you put in front of players has been played end to end first.
The game is authored inside one fixed play area and scales into whatever window shape it is handed, filling the edges with real scenery instead of stretched art. It looks right in your player at any size.
If a replay fails, the level is genuinely unsolvable, which is the whole point of the loop: difficulty can never silently become impossibility.
Next
Tell us which game and which slot you are thinking about, and we will send a build your QA people can put through their checks, plus a one page fact sheet for your review.