Skip to content

Commit fcee163

Browse files
Add my rhythm game Tyro Shaman (#265)
--------- Co-authored-by: Antonio Vivace <avivace4@gmail.com>
1 parent 6f14c0b commit fcee163

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed

entries/tyro-shaman/1.png

1.91 KB
Loading

entries/tyro-shaman/2.png

4.11 KB
Loading

entries/tyro-shaman/3.png

1.12 KB
Loading

entries/tyro-shaman/TyroShaman.gbc

32 KB
Binary file not shown.

entries/tyro-shaman/game.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"developer": "Tristan Repolusk",
3+
"files": [
4+
{
5+
"default": true,
6+
"filename": "TyroShaman.gbc",
7+
"playable": true
8+
}
9+
],
10+
"platform": "GBC",
11+
"repository": "https://github.com/meteoritenhagel/TyroShaman",
12+
"screenshots": [
13+
"1.png",
14+
"2.png",
15+
"3.png"
16+
],
17+
"slug": "tyro-shaman",
18+
"tags": [
19+
"Open Source",
20+
"Adventure"
21+
],
22+
"title": "Tyro Shaman",
23+
"typetag": "game",
24+
"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.",
25+
"date": "20250308",
26+
"devWebsite": "https://repolusk.eu",
27+
"onlineplay": true
28+
}

entries/tyro-shaman/license.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# TyroShaman License
2+
3+
## My Own Code
4+
The code and assets (unless noted otherwise in Section Credits below) are published under the MIT license.
5+
6+
MIT License
7+
8+
Copyright (c) 2025 Tristan Repolusk
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all
18+
copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.
27+
28+
29+
## Credits
30+
### Libraries
31+
* The Game Boy hardware definitions `include/hardware.inc`
32+
* 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".
33+
### Assets
34+
* 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.
35+
* 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.
36+
* 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.

0 commit comments

Comments
 (0)