saricden / no-place-like

Streaming Phaser 3 game development, live Mon-Fri 9:30pm PST.
https://www.twitch.tv/saricden
The Unlicense
12 stars 9 forks source link

Add dynamic credits scene #19

Open saricden opened 5 years ago

saricden commented 5 years ago

Need to create a dynamic credits screen that (ideally) can use APIs to pull both the list of contributors (and maybe collaborators too), along with patrons from Patreon.

Relevant APIs: https://developer.github.com/v3/ https://docs.patreon.com/#introduction

saricden commented 5 years ago

If it's not possible to draw from APIs for the relevant lists, we can resort to just keeping big JSON files for each. I don't see them growing to a size where this would cause issues. Possibly look at automating a scrape process if that's the path we take.

saricden commented 5 years ago

GitHub: Collaborators require authentication. Contributors is public tho: https://api.github.com/repos/saricden/no-place-like/contributors