Everything you need to know about this website and the mini-game.
Yes. The grid collapses to a single column on small screens and the canvas scales via CSS.
Edit CSS variables in :root (accentA/accentB, bg, card).
Yes—search for 'PlayAmongUS' in HTML and replace. The logo is an SVG icon so it won’t duplicate text.
Per your requirement, the modal shows on each visit and routes to lander/lande pages.
High score and leaderboard entries are stored in localStorage on your device.
Open the browser console and run localStorage.removeItem('gf_leaderboard').
Left/Right or A/D to move, P to pause, R to restart. On mobile, drag to move.
Yes, once the assets are cached by the browser, it runs locally.
Insert your analytics script in the
or right before in the templates.Duplicate an existing page, update nav links, and add content.
In assets/js/main.js, update the URLs for the Yes/No buttons.
Upload the folder to any static host (Netlify, GitHub Pages, Vercel, or your own server).