Games that play in your browser — phone or desktop.

Games » Save The Forest

Save The Forest

By Varun Malhotra · 2016

Play:

Touch: Tap anywhere to jump. Confirmed working via direct testing. · Keyboard: Space to jump.

About:

Hop from tree stump to tree stump, one tap at a time, staying ahead of a wall of rising fire. Wind and speed values shown live in the HUD actually affect the jump arc, adding real depth to a familiar one-button formula. A js13k 2016 Mobile-category entry.

Credits:

Made by Varun Malhotra, 2016. Published here under the MIT licence. Source code.

Phone check: Played on a simulated phone (390x844, touch) and desktop via playtest.js. Zero page errors. The standard tap/key test harness didn't trigger a jump (a testing-tool gap: this 2016-era code checks the legacy keyCode property, which Playwright's synthetic events don't always populate) -- confirmed clean by dispatching a genuine spec-correct TouchEvent directly, which triggered the jump exactly as intended. Touch is a first-class, fully-covered input.

Read the review