← All projects
Day 2

Spot On

A small browser game, built in a day and put up on GitHub Pages.

Live demo ↗Source ↗

Spot On is a small browser game. The whole thing is static, so it lives on GitHub Pages with nothing running behind it.

How it works

It is a single page of HTML, CSS, and JavaScript. No build step, no server. Push to the repo and GitHub Pages serves it straight from the branch.

What I learned

For something this size, GitHub Pages is the shortest path from an idea to a public URL. There is no deploy pipeline to think about and no host to pay for.