fixed keywords and rewrote readme and genre tocs

This commit is contained in:
Trilarion
2019-07-08 10:57:47 +02:00
parent ff1555e210
commit 2915f52a19
313 changed files with 1622 additions and 400 deletions

View File

@ -3,18 +3,25 @@
**[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)
517 entries
- **[Action/Arcade](games/action/_toc.md)** (69)
- **[Adventure & Visual novels](games/adventure/_toc.md)** (14)
- **[Engines & Frameworks](games/framework/_toc.md)** (59)
- **[Libraries](games/library/_toc.md)** (22)
- **[Misc](games/misc/_toc.md)** (7)
- **[Puzzle](games/puzzle/_toc.md)** (16)
- **[Role Playing](games/rpg/_toc.md)** (115)
- **[Simulation](games/simulation/_toc.md)** (33)
- **[Strategy](games/strategy/_toc.md)** (168)
- **[Tools & Manuals](games/tools/_toc.md)** (14)
- **[All](games/_all.md)** (517)
- **[Action](games/_action.md)** (69)
- **[Arcade](games/_arcade.md)** (10)
- **[Adventure](games/_adventure.md)** (14)
- **[Visual novel](games/_visual novel.md)** (4)
- **[Sports](games/_sports.md)** (8)
- **[Platform](games/_platform.md)** (2)
- **[Puzzle](games/_puzzle.md)** (18)
- **[Role playing](games/_role playing.md)** (117)
- **[Simulation](games/_simulation.md)** (33)
- **[Strategy](games/_strategy.md)** (168)
- **[Card game](games/_card game.md)** (1)
- **[Board game](games/_board game.md)** (9)
- **[Music](games/_music.md)** (3)
- **[Educational](games/_educational.md)** (3)
- **[Tool](games/_tool.md)** (15)
- **[Game engine](games/_game engine.md)** (7)
- **[Framework](games/_framework.md)** (59)
- **[Library](games/_library.md)** (22)
[comment]: # (end of autogenerated content)
A list of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds
@ -55,10 +62,10 @@ _{Description}_ // single description line (typically taken from about page of g
- 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, ..}
- Keywords: {XX} // (optional) list of tags describing the game
- Keywords: {XX} // list of tags describing the game, first tage is the main category tag
- Code repository: {URL} // code repositories (most significant first)
- Code language: {XX} // programming language(s) used
- Code license: {XX} // (optional) license of the code, use "Custom" with comment in () if the license is project-specific
- Code license: {XX} // license of the code, use "Custom" with comment in () if the license is project-specific
- Code dependencies: {XX} // (optional) important third party libraries / frameworks used by the project
- Assets license: {XX} // (optional) license(s) of the assets (artwork, ..)
@ -77,6 +84,7 @@ _{Description}_ // single description line (typically taken from about page of g
- 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
- All lines starting with '- ' are considered fields.
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)