From dec1ab6a6fc0620e77e38afd7f978bc8d9615d71 Mon Sep 17 00:00:00 2001 From: Trilarion Date: Thu, 30 Nov 2017 16:38:56 +0100 Subject: [PATCH] overview and a test description --- LICENSE | 2 +- README.md | 31 +++++++++++++++++++++++++++-- adventure/_toc.md | 1 + framework/_toc.md | 1 + library/_toc.md | 1 + rpg/_toc.md | 1 + simulation/_toc.md | 3 +++ simulation/open_transport_tycoon.md | 11 ++++++++++ strategy/_toc.md | 1 + 9 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 adventure/_toc.md create mode 100644 framework/_toc.md create mode 100644 library/_toc.md create mode 100644 rpg/_toc.md create mode 100644 simulation/_toc.md create mode 100644 simulation/open_transport_tycoon.md create mode 100644 strategy/_toc.md diff --git a/LICENSE b/LICENSE index 8b54ea68..57b88cad 100644 --- a/LICENSE +++ b/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 diff --git a/README.md b/README.md index acd34dab..203928c2 100644 --- a/README.md +++ b/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. + diff --git a/adventure/_toc.md b/adventure/_toc.md new file mode 100644 index 00000000..b8941883 --- /dev/null +++ b/adventure/_toc.md @@ -0,0 +1 @@ +# Adventure games \ No newline at end of file diff --git a/framework/_toc.md b/framework/_toc.md new file mode 100644 index 00000000..70e6b68a --- /dev/null +++ b/framework/_toc.md @@ -0,0 +1 @@ +# Game frameworks \ No newline at end of file diff --git a/library/_toc.md b/library/_toc.md new file mode 100644 index 00000000..38f66b57 --- /dev/null +++ b/library/_toc.md @@ -0,0 +1 @@ +# Popular required libraries \ No newline at end of file diff --git a/rpg/_toc.md b/rpg/_toc.md new file mode 100644 index 00000000..e7fdd72d --- /dev/null +++ b/rpg/_toc.md @@ -0,0 +1 @@ +# Role Playing Games \ No newline at end of file diff --git a/simulation/_toc.md b/simulation/_toc.md new file mode 100644 index 00000000..3a7349bc --- /dev/null +++ b/simulation/_toc.md @@ -0,0 +1,3 @@ +# Simulation games + +- [Open Transport Tycoon](open_transport_tycoon.md) \ No newline at end of file diff --git a/simulation/open_transport_tycoon.md b/simulation/open_transport_tycoon.md new file mode 100644 index 00000000..cc3a18bf --- /dev/null +++ b/simulation/open_transport_tycoon.md @@ -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 \ No newline at end of file diff --git a/strategy/_toc.md b/strategy/_toc.md new file mode 100644 index 00000000..ffc2181f --- /dev/null +++ b/strategy/_toc.md @@ -0,0 +1 @@ +# Strategy games \ No newline at end of file