https://github.com/stokito/grub-invaders
GRUB Inviders game
https://github.com/stokito/grub-invaders
game grub grub2
Last synced: 27 days ago
JSON representation
GRUB Inviders game
- Host: GitHub
- URL: https://github.com/stokito/grub-invaders
- Owner: stokito
- Created: 2016-10-25T18:07:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T04:58:15.000Z (over 2 years ago)
- Last Synced: 2025-03-15T15:40:56.469Z (about 1 month ago)
- Topics: game, grub, grub2
- Language: C
- Homepage: http://www.erikyyy.de/invaders/
- Size: 91.8 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
hi. this is invaders, a multi boot compliant game for i386.
boot it with grub (http://www.gnu.org/software/grub/)
like this:menuentry "Grub Invaders" {
multiboot /boot/invaders
boot
}run the compile.sh script to compile the game, or just use the
precompiled image. (do not try to boot "invaders.exec", that's the
wrong file. use "invaders" instead)the license of the whole project is the GNU General Public License,
see the LICENSE file for details.have fun,
Erik