updates of repositories

This commit is contained in:
Trilarion
2019-06-07 13:45:26 +02:00
parent 3dcba4ca33
commit 203021573f
11 changed files with 64 additions and 31 deletions

View File

@ -3,12 +3,12 @@
**[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)
404 entries
405 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)** (108)
- **[Role Playing](games/rpg/_toc.md)** (109)
- **[Simulation](games/simulation/_toc.md)** (15)
- **[Strategy](games/strategy/_toc.md)** (160)
- **[Tools & Manuals](games/misc/_toc.md)** (13)
@ -31,7 +31,8 @@ or fork this repository and submit a pull request.
All entries are stored as markdown (quite human readable) format. Adding a new entry is as easy as modifying the
[template](games/template.md) and putting a modified version in a games category subdirectory.
Here is a description of the fields in the template. Comments start with "//".
Here is a description of the fields in the template. Comments start with "//". Multiple values given should be
separated by comma.
<pre>
# {NAME} // name of the game
@ -47,7 +48,7 @@ _{Description}_ // single description line (typically taken from about page of g
- Keywords: {XX} // list of tags describing the game
- Code repository: {URL} // code repositories (most significant first)
- Code language: {XX} // programming language(s) used
- Code license: {XX} // license of the code, use "Custom" with comment if the license is modified for the project
- Code license: {XX} // license of the code, use "Custom" with comment in () if the license is project-specific
- Code dependencies: {XX} // important third party libraries / frameworks used by the project
- Assets license: {XX} // license(s) of the assets (artwork, ..)
@ -56,7 +57,7 @@ _{Description}_ // single description line (typically taken from about page of g
## Building
- Build system: {XX} // typically one of {CMake, Autoconf, Gradle, ..}
- Build instructions: {XX} // link(s) to build instructions offered by the project
- Build instructions: {URL} // link(s) to build instructions offered by the project
// whatever you want to put here
</pre>