Skip to content

Suvitruf/gamedev-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamedev Links

A curated collection of links to videos, articles, and other materials for game developers. Based on the Weekly Gamedev Digest newsletter.

Table screenshot

Features

  • 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

Built With

  • Jekyll — static site generator
  • GitHub Pages — hosting
  • Mostly all code writtent via Claude code

Local Development

bundle install
bundle exec jekyll serve

The site will be available at http://localhost:4000/gamedev-links/.

Data Format

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"]
}

Links

About

A curated collection of links to videos, articles, and other materials for game developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors