From 87a93e6911151897aebe654d61206aa6bda57c7c Mon Sep 17 00:00:00 2001 From: Trilarion Date: Thu, 30 Nov 2017 17:00:52 +0100 Subject: [PATCH] template and a library --- README.md | 10 +++++----- game_template.md | 12 ++++++++++++ library/_toc.md | 4 +++- library/sdl_2.md | 14 ++++++++++++++ simulation/open_transport_tycoon.md | 2 +- 5 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 game_template.md create mode 100644 library/sdl_2.md diff --git a/README.md b/README.md index 203928c2..1c7a1ea7 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # 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 +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 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. +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. ## Contributing -If you'd like to add a repository to the list, please [create an Issue](https://github.com/Trilarion/opensourcegames/issues), +If you'd like to add something, 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) diff --git a/game_template.md b/game_template.md new file mode 100644 index 00000000..baa51c69 --- /dev/null +++ b/game_template.md @@ -0,0 +1,12 @@ +# XXX + +- Home: XX +- Wikipedia: XX +- State: XX (beta, mature, abandoned) +- Code: primary repository (type), other repositories (type) +- Language(s): XX + +## Building + +XX + diff --git a/library/_toc.md b/library/_toc.md index 38f66b57..26f683dc 100644 --- a/library/_toc.md +++ b/library/_toc.md @@ -1 +1,3 @@ -# Popular required libraries \ No newline at end of file +# Popular required libraries + +- [Simple DirectMedia Layer (SDL 2)](sdl_2.md) \ No newline at end of file diff --git a/library/sdl_2.md b/library/sdl_2.md new file mode 100644 index 00000000..3b45f7ee --- /dev/null +++ b/library/sdl_2.md @@ -0,0 +1,14 @@ +# Simple DirectMedia Layer + +- Home: https://www.libsdl.org/index.php +- Wikipedia: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer +- State: mature +- Code: http://hg.libsdl.org/SDL (mercurial) +- Language(s): C + +## Building + +CMake + +- SDL 2.0.7 with MSVC 2015 via CMake 3.9 works + diff --git a/simulation/open_transport_tycoon.md b/simulation/open_transport_tycoon.md index cc3a18bf..7870f634 100644 --- a/simulation/open_transport_tycoon.md +++ b/simulation/open_transport_tycoon.md @@ -6,6 +6,6 @@ - Code: https://svn.openttd.org/ (svn), https://github.com/OpenTTD/OpenTTD (git sync) - Language(s): C++ -Build system +## Building Autoconf \ No newline at end of file