sfu-gdc / sfu-gdc.github.io

The official website for the SFU Game Dev Club. It's open sourced!
1 stars 0 forks source link

Recommended resources #8

Closed Darrickg closed 3 months ago

Darrickg commented 3 months ago

added resources.html, css, js, json (template), and its index.

EarthenSky commented 3 months ago

Looks good! Will wait for the two small changes suggested yesterday.

As for data, I'll work on converting it from discord. For now, here are the first two resources (of many):

{
    "title": "Extra Credits",
    "description": "If you’re interested in learning game design, the best all encompassing resource is Extra Credits’ series on game design which covers a massive range of topics from power creep to aesthetics.",
    "image": "../images/resources/default.png",
    "link": "https://www.youtube.com/@extrahistory/playlists", // TODO: include multiple named links
    "tags": ["youtube", "game design", "getting started"]
},
{ 
    "title": "The Design of Everyday Things",
    "description": "A book that's useful in almost all aspects of game design, despite being more suited to general design principles. You'll learn a lot!",
    "image": "../images/resources/default.png",
    "link": "https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things",
    "tags": ["book", "game design", "ux design"]
},
EarthenSky commented 3 months ago

Made a bunch of small style changes + added a lot of resources. There are still more resources to be added, but I'll do so in the future when I have bits of free time.

Screenshot 2024-07-03 003355