From 1ede4b285da710dc17873fe565f5d2c6284bb7c6 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 10 Jul 2019 12:04:09 +0200 Subject: [PATCH 1/4] Initial commit --- LICENSE | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..00d9714 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +MIT License +Copyright (c) +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..42715e1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MUR_pre_alpha + +repository for pre alpha of MUR \ No newline at end of file From 96c3331acb3f60f79d718952e94ab8500bd6bf22 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 10 Jul 2019 12:04:48 +0200 Subject: [PATCH 2/4] Update 'LICENSE' --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 00d9714..5423926 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ MIT License -Copyright (c) +Copyright (c) 2019 Lukas Haubaum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From 95ba664b78f2c088490c535fd4624fe97913f1bf Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 10 Jul 2019 13:12:44 +0200 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42715e1..b93c1d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # MUR_pre_alpha -repository for pre alpha of MUR \ No newline at end of file +repository for pre alpha of MUR. +For any updates and infos, please subscribe to the [Newsletter](https://mur.lh8.de/). +## about +MUR is a (multiplayer) slotcar racing game, where the first player builds the track while also driving. The game is made with [Godot Engine](https://godotengine.org/) and also open sourced under MIT. +## assets +Because I am not able to do any good 3d art, I use a free asset set. +Feel free to donate [Kenney ยท Racing Kit](https://kenney.nl/assets/racing-kit). +## contribution +Feel free to contribute enhancements via pull request or ideas via issues +## donations +If you want to donate my work, feel free to do via [PayPal](https://www.paypal.me/Lurkars) From 4195a1d69f90f9c4424ece855172c82a54cd2a34 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 10 Jul 2019 14:25:12 +0200 Subject: [PATCH 4/4] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b93c1d0..f750b14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MUR_pre_alpha repository for pre alpha of MUR. -For any updates and infos, please subscribe to the [Newsletter](https://mur.lh8.de/). +For any updates and infos, please subscribe to the [e-mail list](https://mur.lh8.de). ## about MUR is a (multiplayer) slotcar racing game, where the first player builds the track while also driving. The game is made with [Godot Engine](https://godotengine.org/) and also open sourced under MIT. ## assets