A tiny, community-driven wiki of fun Google/"secret" games and Easter eggs.
Live site: https://frenchcast1234.github.io/sgw
- A searchable grid of games (name + link)
- Tag-based search (comma-separated): try
dino,pacman,minesweeper, etc. - Simple static site (HTML/CSS/JS)
Because this project uses ES modules (import ...), you’ll want to serve it over HTTP (opening index.html via file:// may not work in many browsers).
python -m http.server 8000Then open http://localhost:8000
npx serve .Games live in data/games.js and follow this structure:
{ name: "Game Name", url: "https://example.com", tags: ["tag1", "tag2"] }Tips:
- Keep
tagsshort and searchable (lowercase works best). - The search box accepts multiple tags separated by commas.
See:
MIT — see LICENSE.