diff --git a/README.md b/README.md new file mode 100644 index 0000000..8483a9c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# shmup + +![](https://img.shields.io/badge/written%20in-C%20%28GBDK%29-blue) + +A primitive vertical shooter for the Nintendo Game Boy. + +- Four levels! +- Health! +- Managed to compile despite several bizarre bugs in basic functionality with the old version of `sdcc`! + +Tags: game, homebrew + + +## Download + +- [⬇️ game-r17.gb.zip](dist-archive/game-r17.gb.zip) *(11.73 KiB)* +- [⬇️ game-r17-src.zip](dist-archive/game-r17-src.zip) *(7.60 KiB)* diff --git a/dist-archive/game-r17-src.zip b/dist-archive/game-r17-src.zip new file mode 100644 index 0000000..2283628 Binary files /dev/null and b/dist-archive/game-r17-src.zip differ diff --git a/dist-archive/game-r17.gb.zip b/dist-archive/game-r17.gb.zip new file mode 100644 index 0000000..d9e0785 Binary files /dev/null and b/dist-archive/game-r17.gb.zip differ diff --git a/doc/game_1.png b/doc/game_1.png new file mode 100644 index 0000000..d55adf7 Binary files /dev/null and b/doc/game_1.png differ diff --git a/doc/game_2.png b/doc/game_2.png new file mode 100644 index 0000000..262c45f Binary files /dev/null and b/doc/game_2.png differ diff --git a/doc/game_3.png b/doc/game_3.png new file mode 100644 index 0000000..b6bc513 Binary files /dev/null and b/doc/game_3.png differ