Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 900 Bytes

File metadata and controls

18 lines (13 loc) · 900 Bytes

MCSDWVL.github.io

http://mcsdwvl.github.io

Games directory

See Adding a game for the publishing checklist.

/games/ is generated daily from public mcsdwvl repositories tagged web-game. A tagged repository normally becomes one card pointing at its Pages root. To list more than one game from a repository, add a root manifest.json containing a games array; each entry needs a relative path and may override title, description, thumbnail, and tags.

Use gallery.config.json to arrange promoted game IDs (repository:path) before the remaining cards, which are ordered by repository creation date.

To apply the initial topic set, authenticate with GitHub in Git Bash and run GITHUB_TOKEN="$(printf "protocol=https\\nhost=github.com\\nusername=MCSDWVL\\n\\n" | git credential fill | sed -n 's/^password=//p')" node scripts/tag-existing-games.mjs.