Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
631 stars 78 forks source link

Create originals index #238

Closed Trilarion closed 4 years ago

Trilarion commented 4 years ago

For all the inspired by entries create an alphabetically sorted list (similarly to the developer index) in a single file and allow to add additional information, like links to the original.

Trilarion commented 4 years ago

Not sure if I should link to it from the game entries.

Trilarion commented 4 years ago

A first step is done in a8012ee2fd10cad0773b88fb4d3f6e1528740832. What is missing is storing persistent information (URLs) as well as links back to the games.

Trilarion commented 4 years ago

I need to be able to read and write the originals index. Currently I can only write. Need to do #247 before.

Trilarion commented 4 years ago

I can read and write the originals now. I will add home URLs (see #250) and then implement the complete read and write cycle and close this.

Trilarion commented 4 years ago

Read and write cycle is implemented.