diff --git a/entries/maxpirate/LICENCE.txt b/entries/maxpirate/LICENCE.txt new file mode 100644 index 00000000..08dfa115 --- /dev/null +++ b/entries/maxpirate/LICENCE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 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/maxpirate/cover.png b/entries/maxpirate/cover.png new file mode 100644 index 00000000..b5c07d06 Binary files /dev/null and b/entries/maxpirate/cover.png differ diff --git a/entries/maxpirate/game.json b/entries/maxpirate/game.json new file mode 100644 index 00000000..82b09e01 --- /dev/null +++ b/entries/maxpirate/game.json @@ -0,0 +1,27 @@ +{ + "developer": "Lemmy Hawkins", + "date": "2024-05-11", + "description": "A small action game. Smash zombies with your anchor and your cannon Bessie. Made with GBDK-2020.", + "files": [ + { + "default": true, + "filename": "maxpirate.gb", + "playable": true + } + ], + "license": "MIT", + "platform": "GB", + "repository": "https://github.com/MWehrstedt/MaxPirate", + "screenshots": [ + "cover.png", + "screen1.png", + "screen2.png" + ], + "slug": "maxpirate", + "tags": [ + "Open Source", + "Action" + ], + "title": "Max Pirate", + "typetag": "game" +} \ No newline at end of file diff --git a/entries/maxpirate/maxpirate.gb b/entries/maxpirate/maxpirate.gb new file mode 100644 index 00000000..27ac858f Binary files /dev/null and b/entries/maxpirate/maxpirate.gb differ diff --git a/entries/maxpirate/screen1.png b/entries/maxpirate/screen1.png new file mode 100644 index 00000000..947ee86b Binary files /dev/null and b/entries/maxpirate/screen1.png differ diff --git a/entries/maxpirate/screen2.png b/entries/maxpirate/screen2.png new file mode 100644 index 00000000..d5efe51a Binary files /dev/null and b/entries/maxpirate/screen2.png differ