-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add my rhythm game Tyro Shaman #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "developer": "Tristan Repolusk", | ||
| "files": [ | ||
| { | ||
| "default": true, | ||
| "filename": "TyroShaman.gbc", | ||
| "playable": true | ||
| } | ||
| ], | ||
| "platform": "GBC", | ||
| "repository": "https://github.com/meteoritenhagel/TyroShaman", | ||
| "screenshots": [ | ||
| "1.png", | ||
| "2.png", | ||
| "3.png" | ||
| ], | ||
| "slug": "tyro-shaman", | ||
| "tags": [ | ||
| "Open Source", | ||
| "Adventure" | ||
| ], | ||
| "title": "Tyro Shaman", | ||
| "typetag": "game", | ||
| "description": "The Sun Festival is about to start! But, alas, people have become sick. You are Naura, the Shaman's apprentice, and you are destined to perform rhythmic rituals on the diseased by healing their spirits with your tambourine. Can you save the Sun Festival? For a detailed description of the game mechanics, please refer to the instruction manual in the GitHub repo.", | ||
| "date": "20250308", | ||
| "devWebsite": "repolusk.eu", | ||
| "onlineplay": true | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # TyroShaman License | ||
|
|
||
| ## My Own Code | ||
| The code and assets (unless noted otherwise in Section Credits below) are published under the MIT license. | ||
|
|
||
| MIT License | ||
|
|
||
| Copyright (c) 2025 Tristan Repolusk | ||
|
|
||
| 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. | ||
|
|
||
|
|
||
| ## Credits | ||
| ### Libraries | ||
| * The Game Boy hardware definitions `include/hardware.inc` | ||
| * The music library files `include/hUGE.inc`, `include/hUGE_note_table.inc` and `src/hUGEDriver.asm` are from https://github.com/SuperDisk/hUGEDriver, which is "dedicated to the public domain". | ||
| ### Assets | ||
| * The font `res/raw/Public-Pixel.png` is an adaptation made by Santiago Crespo and licensed under the CC0. Based on the original Public-Pixel ttf by GGBotNet, a monospaced font designed to fit in a 8x8 grid (https://santiagocrespo.itch.io/public-pixel-for-gbs). The files files `res/raw/font.png` and `res/font.2bpp` are derived from this. | ||
| * The background assets are by Gumpy Function (gumpyfunction.itch.io), this includes `res/raw/RPG_exterior.png`, `res/raw/RPG_interior.png`, `res/raw/RPG_exterior_example.png`, `res/raw/RPG_interior_example.png`. "Assets can be used in non-commercial and commercial projects of any kind, excluding those relating to or containing non-fungible tokens (NFT) or blockchain related projects. Assets can be edited to suit your own needs. Asset packs are not to be redistributed." (https://gumpyfunction.itch.io/game-boy-rpg-fantasy-tileset-free) The files `res/raw/all_inside_tileset.tsx`, `res/raw/all_inside.tmx`, `res/raw/all_outside_tileset.tsx`, and `res/raw/all_outside.tmx` are derived from this. | ||
| * The object assets (`res/raw/Character_MegaPack.png`) are by The Pixel Nook (https://the-pixel-nook.itch.io/gb-studio-character-pack) and licensed under Creative Commons Attribution v4.0 International. In order to give the patients a more scary look, I added some modified sprites to the file. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.