Nomads

Become a famous wanderer and meet the heroes of ancient worlds. Build the ultimate card collection, trade with your friends, and always be on the move. Nomads is my personal project – a mobile game for kids and adults, paying tribute to the outsiders shaping the old empires.

I was inspired by a great book Nomads: The Wanderers Who Shaped Our World by Anthony Sattin.

Thanks for watching!
Want to see more? Buy me a coffee and help realize my project.

Follow
...

This is a unique website which will require a more modern browser to work!

Please upgrade today!

document.addEventListener("DOMContentLoaded", function() { const flyingImage = document.getElementById("flying-image-container"); window.addEventListener("mousemove", function(event) { const mouseX = event.clientX; const mouseY = event.clientY; flyingImage.style.left = mouseX + "px"; flyingImage.style.top = mouseY + "px"; }); });