added new entries

This commit is contained in:
Trilarion
2019-06-22 11:05:02 +02:00
parent 1c367117a3
commit a816ea4463
20 changed files with 221 additions and 70 deletions

View File

@ -3,14 +3,15 @@
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](games/statistics.md)**
[comment]: # (start of autogenerated content, do not edit)
406 entries
411 entries
- **[Action/Arcade](games/action/_toc.md)** (21)
- **[Adventure & Visual novels](games/adventure/_toc.md)** (13)
- **[Engines & Frameworks](games/framework/_toc.md)** (52)
- **[Libraries](games/library/_toc.md)** (22)
- **[Role Playing](games/rpg/_toc.md)** (109)
- **[Puzzle](games/puzzle/_toc.md)** (5)
- **[Role Playing](games/rpg/_toc.md)** (112)
- **[Simulation](games/simulation/_toc.md)** (15)
- **[Strategy](games/strategy/_toc.md)** (161)
- **[Strategy](games/strategy/_toc.md)** (158)
- **[Tools & Manuals](games/misc/_toc.md)** (13)
[comment]: # (end of autogenerated content)
@ -52,7 +53,7 @@ _{Description}_ // single description line (typically taken from about page of g
- State: {XX} // one of {beta, mature} and optional "inactive since YEAR"
- Play: {URL} // (optional) link(s) to online play possibility
- Download: {URL} // (optional) link(s) to download binary (or source) releases
- Platform: {XX} // (optional) list of supported platforms {Linux, Windows, MacOs, Android, ..}
- Platform: {XX} // (optional) list of supported platforms {Linux, Windows, macOS, Android, ..}
- Keywords: {XX} // (optional) list of tags describing the game
- Code repository: {URL} // code repositories (most significant first)
- Code language: {XX} // programming language(s) used
@ -74,6 +75,7 @@ _{Description}_ // single description line (typically taken from about page of g
- The same link can be assigned to different fields (home could also be the code repository, etc.).
- Put comments in "()" parentheses (do not put commas in comments).
- Remove lines with fields that do not apply to the project or where information is not available otherwise.
- Status active is implied/default unless the optional "inactive since" is present
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)