Skip to content

driechers/grub-invaders

 
 

Repository files navigation

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

[email protected]

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • Assembly 3.2%
  • C++ 3.1%
  • Shell 1.9%