tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

`about` keeps an up-to-date list of contributors #600

Open TheoPannetier opened 1 year ago

TheoPannetier commented 1 year ago

about currently keeps a hard-coded list of everyone who has contributed to the game. It would be great if we could fetch this info directly from GitHub, to avoid having to manually enter data every time someone new joins.

First write a test for this.

I don't know how to read information from Github, maybe from one of the APIs?

EvoLandEco commented 1 year ago

GitHub API for c++ might be useful here