The Royal Game of Ur

JavaScript Game Dev SVG AI

I’ll write a detailed case study here soon. In the meantime, here’s the short version.

The Royal Game of Ur is one of the oldest known board games, dating back roughly 4,500 years to ancient Mesopotamia. I built a playable browser version as an exercise in game development and iterative UI polish.

The game went through multiple major iterations:

The game features an AI opponent, move preview on hover, binary dice with visible sum calculation, match history tracking, and fullscreen support. It’s a static site – no server, no dependencies, just HTML/CSS/JS that runs in any browser.


← Back to Projects