Trilarion / opensourcegames

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

Truncated entries in the folder view on Github #353

Closed ghost closed 2 years ago

ghost commented 2 years ago

when using github to browse, the entries get truncated.

A rather easy solution would be to create an index, that is, for letters with too many games, create a dir with the 1st letter, and put the games in that.

Trilarion commented 2 years ago

Yes, that would be a solution for this limitation in the Github software. But on the other hand that would make my life more difficult. In PyCharm I often simply click into the entries folder and start typing the name of the game to open up the corresponding file and with sub folders that would require one click more each time in the future. Therefore I would not like to do it as there is no benefit for me.

As a workaround, you can use the website output and below each entry on the right side there is a link called "raw entry" that goes directly to the entry file in the entries directory or checkout the repository with Git.

ghost commented 2 years ago

ok, thanks