More actions
m (Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = ") |
m (Text replacement - "| licence" to "| license") |
||
Line 5: | Line 5: | ||
| version=v0.1.1 | | version=v0.1.1 | ||
| lastupdated = 2017/03/05 | | lastupdated = 2017/03/05 | ||
| | | license = Mixed | ||
| author = esoteric-programmer | | author = esoteric-programmer | ||
| website = https://github.com/esoteric-programmer/robin-hood | | website = https://github.com/esoteric-programmer/robin-hood |
Revision as of 10:18, 20 October 2021
Robin Hood | |
---|---|
File:Robin-Hood-Platform-Game.jpeg | |
General | |
Author | esoteric-programmer |
Type | Platform |
Version | v0.1.1 |
License | Mixed |
Last Updated | 2017/03/05 |
Links | |
Download | |
Website | |
Source | |
Robin Hood's Platform Game
Robin Hood's Platform Game is a single player platform game.
Can you defeat Sheriff of Nottingham's henchmen and reach the finish?
Control | Action |
---|---|
Touch | Menu Selection |
A | Bounce |
B | Shoot |
D-pad | Move right or left |
Start | Exit game |
Select | Reset current level |
L + R | In main menu: cheat that unlocks all levels |
I tried to create almost public domain sources.
However, the clarinet sample, some images and the Makefile are (probably) not public domain (see LICENCE file). Note that the dependencies (ctrulib, sf2d, ...) are NOT in the public domain. Therefore, the binaries wouldn't be, either.
You need to patch issue https://github.com/xerpi/sf2dlib/issues/41 in sf2dlib before compiling the game. In sf2d_texture.c change TEX\_MIN\_SIZE from 32 to 64.
Changelog:
v0.1.1
- Makefile supports building cia
- Updated to work with current sf2d
v0.1
- Initial Release.