overview and a test description
This commit is contained in:
parent
0c53e65e86
commit
dec1ab6a6f
2
LICENSE
2
LICENSE
@ -1,7 +1,7 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2017 Trilarion
|
||||
Copyright (C) 2017 Contributors
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
|
31
README.md
31
README.md
@ -1,2 +1,29 @@
|
||||
# opensourcegames
|
||||
Infos and build tips
|
||||
# Open Source Games
|
||||
|
||||
A collection of open source games sorted by genre. The project are at least in beta stage with a code basis that builds
|
||||
into a executable demo. Here related infors and tips geared toward building the games is collected. Emphasis is for
|
||||
support on Windows, Linux and Android.
|
||||
|
||||
Motivation: I want to improve building of open source games, maybe even rescuing lost projects. I concentrate on the
|
||||
hardware/software platforms that I have access.
|
||||
|
||||
## Contributing
|
||||
|
||||
If you'd like to add a repository to the list, please [create an Issue](https://github.com/Trilarion/opensourcegames/issues),
|
||||
or fork this repository and submit a pull request.
|
||||
|
||||
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
||||
|
||||
## Contents
|
||||
|
||||
- [Libraries](library/_toc.md)
|
||||
- [Frameworks](framework/_toc.md)
|
||||
- [Adventures](adventure/_toc.md)
|
||||
- [RPGs](rpg/_toc.md)
|
||||
- [Simulation](simulation/_toc.md)
|
||||
- [Strategy](strategy/_toc.md)
|
||||
|
||||
## License
|
||||
|
||||
This documentation is licensed under the [WTFPL](LICENSE) license. This means you are free to do whatever you want with it.
|
||||
|
||||
|
1
adventure/_toc.md
Normal file
1
adventure/_toc.md
Normal file
@ -0,0 +1 @@
|
||||
# Adventure games
|
1
framework/_toc.md
Normal file
1
framework/_toc.md
Normal file
@ -0,0 +1 @@
|
||||
# Game frameworks
|
1
library/_toc.md
Normal file
1
library/_toc.md
Normal file
@ -0,0 +1 @@
|
||||
# Popular required libraries
|
1
rpg/_toc.md
Normal file
1
rpg/_toc.md
Normal file
@ -0,0 +1 @@
|
||||
# Role Playing Games
|
3
simulation/_toc.md
Normal file
3
simulation/_toc.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Simulation games
|
||||
|
||||
- [Open Transport Tycoon](open_transport_tycoon.md)
|
11
simulation/open_transport_tycoon.md
Normal file
11
simulation/open_transport_tycoon.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Open Transport Tycoon
|
||||
|
||||
- Home: http://www.openttd.org/en/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/OpenTTD
|
||||
- State: mature
|
||||
- Code: https://svn.openttd.org/ (svn), https://github.com/OpenTTD/OpenTTD (git sync)
|
||||
- Language(s): C++
|
||||
|
||||
Build system
|
||||
|
||||
Autoconf
|
1
strategy/_toc.md
Normal file
1
strategy/_toc.md
Normal file
@ -0,0 +1 @@
|
||||
# Strategy games
|
Loading…
x
Reference in New Issue
Block a user