Skip to content

leafo/ludum-dare-browser

Repository files navigation

Ludum Dare Games Browser

https://ludumdare.itch.io

test

A website for browsing Ludum Dare games. Built with Lapis and MoonScript on the backend, Preact on the frontend.

ScreenShot

How to update LD Jam version

  • Update data/events.moon, pull event ID from https://api.ldjam.com/vx/node/feed/9/parent/event
  • Update comp_id in config.moon to latest numeric version to set default event
  • Run moon cmd/refresh_events.moon to synchronize data/events.moon with database
  • Run moon cmd/scrape_games.moon to refresh games for the default event (config.comp_id)
  • Note: lapis build will bump the cache version and purge any cache pages, it should be run after scraping games

These actions should be run run in cron while new games are being submitted:

  • https://ludumdare.itch.io/admin/scrape_games
  • https://ludumdare.itch.io/admin/make_collections