new entries, extended maintenance script

This commit is contained in:
Trilarion
2017-12-10 23:13:13 +01:00
parent 253548716b
commit 11ac040169
10 changed files with 155 additions and 32 deletions

View File

@ -4,18 +4,15 @@
- **[Adventure games & Visual novels](games/adventure/_toc.md)** (14)
- **[Game frameworks](games/framework/_toc.md)** (46)
- **[Popular required libraries](games/library/_toc.md)** (23)
- **[Role Playing Games](games/rpg/_toc.md)** (44)
- **[Role Playing Games](games/rpg/_toc.md)** (46)
- **[Simulation games](games/simulation/_toc.md)** (10)
- **[Strategy games](games/strategy/_toc.md)** (37)
- **[Strategy games](games/strategy/_toc.md)** (41)
[comment]: # (end of autogenerated content)
A collection of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds
into an executable demo. Related infos and tips geared toward building the games are collected here. Emphasis is on
support for Windows, Linux and Android.
Motivation: I want to improve the process of building open source games, maybe even rescuing some lost projects.
I concentrate on the hardware/software platforms that I have access to.
See also the list of [popular games on Github](https://github.com/leereilly/games) by Lee Reilly.
## Contributing
@ -38,6 +35,9 @@ and further actions I intend to do.
- Simplifying dependencies
- Increasing the number of supported platforms
I want to improve the process of building open source games, maybe even rescuing some lost projects.
I concentrate on the hardware/software platforms that I have access to.
## Disclaimer
No warranty whatsoever of the information presented herein for any purpose. There could be errors in here.