No games yet. Drop a game folder into games/ to get started.
Create a folder inside games/ with this exact shape:
games/
└─ my-cool-game/
├─ game/
│ ├─ index.html ← your game (entry point)
│ ├─ style.css
│ └─ script.js
└─ meta/
├─ title.txt ← the game's name
├─ description.txt ← a short blurb
├─ category.txt ← e.g. "Arcade"
└─ thumbnail.png ← cover image
That's it — refresh the page and it shows up. Categories are built from the games that exist, so when you delete the last game in a category, the category disappears on its own.