diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-07-12 23:07:39 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-07-12 23:13:11 +0200 |
| commit | 3b632e8a598bfcd75fd88d13e6d575996d98cf8b (patch) | |
| tree | 347b11cba6bbb7358ab1940c01a6f812a100814f /Readme.md | |
| download | spaceinvaders-3b632e8a598bfcd75fd88d13e6d575996d98cf8b.tar.gz spaceinvaders-3b632e8a598bfcd75fd88d13e6d575996d98cf8b.zip | |
initial commit
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..15b1d41 --- /dev/null +++ b/Readme.md @@ -0,0 +1,35 @@ +# Space Invaders - educational Greenfoot project + + \ + + +## Unterrichtsmaterial + +Passendes Unterrichtsmaterial ist verfügbar unter [https://schule.muhq.space/material/spaceinvaders](https://schule.muhq.space/material/spaceinvaders). + +## Requirements + +* Java +* [Greenfoot](https://www.greenfoot.org/door) + +## License + +Das Spiel basierte urspruenglich auf einer Version von Michael Arnot vom IKS +Neumuenster jeglicher Code wuerde aber nahezu vollkommen neu geschrieben. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. + +### Sprites + +The used [sprites](https://opengameart.org/content/assets-for-a-space-invader-like-game) created by [Clear_code](https://opengameart.org/users/clearcode) are licensed under the terms of [**CC BY 4.0**](https://creativecommons.org/licenses/by/4.0/). |
