34 lines
1.7 KiB
Markdown
34 lines
1.7 KiB
Markdown
# MUR
|
|
|
|
public repository for pre alpha of MUR (working title), new releases on sunday.
|
|
|
|
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 open sourced under AGPL 3.0.
|
|
Please support Godot Engine!
|
|
## Assets
|
|
Because I am not able to do any good 3d art, I use free assets from [kenney.nl](https://kenney.nl/), feel free to donate.
|
|
* [Kenney · Racing Kit](https://kenney.nl/assets/racing-kit)
|
|
* [Kenney · Game Icons](https://kenney.nl/assets/game-icons)
|
|
* [Kenney · Game Icons (expansion)](https://kenney.nl/assets/game-icons-expansion)
|
|
|
|
## Contributing
|
|
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) or become a [Patreon](https://www.patreon.com/champonthis).
|
|
## License
|
|
Copyright (C) 2019 Lukas Haubaum
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|