blob: 15b1d41ab261830b4e6f32bcac6b18a986203888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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/).
|