A curated collection of links to videos, articles, and other materials for game developers. Based on the Weekly Gamedev Digest newsletter.
- Searchable and filterable table of gamedev resources
- Filter by type (article, video, site), language, and tags
- Edit mode for managing entries (add, update, delete)
- Export edited data as a JSON file
- Jekyll — static site generator
- GitHub Pages — hosting
- Mostly all code writtent via Claude code
bundle install
bundle exec jekyll serveThe site will be available at http://localhost:4000/gamedev-links/.
Resource entries are stored in raw/ as JSON with the following schema:
{
"Link": "https://example.com",
"Title": "Resource title",
"Author": "Author name",
"Type": "article | video | site",
"Language": "en",
"Tags": ["tutorial", "showcase"]
}