diff --git a/entries/maxpirateeb/LICENCE.txt b/entries/maxpirateeb/LICENCE.txt new file mode 100644 index 00000000..8fd259c9 --- /dev/null +++ b/entries/maxpirateeb/LICENCE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024, 2025 Marcel Wehrstedt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/entries/maxpirateeb/cover.png b/entries/maxpirateeb/cover.png new file mode 100644 index 00000000..78002ec1 Binary files /dev/null and b/entries/maxpirateeb/cover.png differ diff --git a/entries/maxpirateeb/crows-extra-1.png b/entries/maxpirateeb/crows-extra-1.png new file mode 100644 index 00000000..977ebf0c Binary files /dev/null and b/entries/maxpirateeb/crows-extra-1.png differ diff --git a/entries/maxpirateeb/crows-extra-2.png b/entries/maxpirateeb/crows-extra-2.png new file mode 100644 index 00000000..ccdcefe2 Binary files /dev/null and b/entries/maxpirateeb/crows-extra-2.png differ diff --git a/entries/maxpirateeb/crows-extra-3.png b/entries/maxpirateeb/crows-extra-3.png new file mode 100644 index 00000000..be29bbfa Binary files /dev/null and b/entries/maxpirateeb/crows-extra-3.png differ diff --git a/entries/maxpirateeb/game.json b/entries/maxpirateeb/game.json new file mode 100644 index 00000000..79da117f --- /dev/null +++ b/entries/maxpirateeb/game.json @@ -0,0 +1,28 @@ +{ + "developer": "Lemmy Hawkins", + "date": "2025-12-30", + "description": "Updated re-release for the original game. Smash zombies with your anchor and your cannon Bessie. Made with GBDK-2020.", + "files": [ + { + "default": true, + "filename": "maxpirateeb.gb", + "playable": true + } + ], + "license": "MIT", + "platform": "GB", + "repository": "https://github.com/MWehrstedt/MaxPirateExtra", + "screenshots": [ + "cover.png", + "crows-extra-1.png", + "crows-extra-2.png", + "crows-extra-3.png" + ], + "slug": "maxpirateeb", + "tags": [ + "Open Source", + "Action" + ], + "title": "Max Pirate Extra Boom", + "typetag": "game" +} \ No newline at end of file diff --git a/entries/maxpirateeb/maxpirateeb.gb b/entries/maxpirateeb/maxpirateeb.gb new file mode 100644 index 00000000..9cebf70e Binary files /dev/null and b/entries/maxpirateeb/maxpirateeb.gb differ