Skip to content
LionRunner

About Lion Runner

A free endless runner set in the African savanna, playable in any modern browser. No download, no account, no ads.

What it is

You control a lion sprinting through three lanes of savanna track. Obstacles arrive, coins line the route, power-ups spawn every few hundred metres, and the speed climbs from 7 to 25 metres a second as you get deeper. The run ends when you hit something without a shield. That is the whole game, and it is meant to be played in short bursts.

It was built game-first: the simulation, collision and generation came before the website around it. Everything advertised on this site is implemented and running in the browser - there are no placeholder screens and no mock features.

How it works

Built with

Astro for the pages, TypeScript in strict mode for the game, Tailwind CSS for the site chrome, and the HTML5 Canvas 2D and Web Audio APIs for everything inside the play area. The game layer is kept entirely separate from the site's UI code, and no UI framework state is touched during a frame.

Known limits