More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = One Whale Trip | |title=One Whale Trip | ||
| image = | |image=Onewhaletrip3ds2.png | ||
| type = Other Games | |description=Five-lane underwater whale swimming/pearl pickup adventure game in Python. | ||
| version = beta | |author=hop, flo, kirill, thp | ||
| | |lastupdated=2016/07/18 | ||
| | |type=Other Games | ||
|version=beta | |||
| | |license=CC BY-NC-SA 3.0 | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds.7z | ||
|website=https://pyug.at/PyWeek/2012-09 | |||
|source=https://github.com/thp/pyweek15 | |||
}} | }} | ||
One Whale Trip is an open source port of the game [https://github.com/thp/pyweek15 One Whale Trip] written in Python 2 to the 3DS. The original game was a PyWeek 15 entry in 2012. | |||
== | ==Installation== | ||
Extract the folder as-is to the SD card. Then run it with the Homebrew Launcher. | |||
The gameplay consists of the world advancing onto the player front-to-back (as in Skyroads, Desert Bus). Occasional Goodies | Root | ||
|-onewhaletrip/ | |||
| |-engine/ | |||
| |-data/ | |||
|-3ds/ | |||
| |-onewhaletrip_3ds/ | |||
| | |-onewhaletrip_3ds.3dsx | |||
| | |-onewhaletrip_3ds.smdh | |||
==User guide== | |||
===Story=== | |||
Something about the love of a Whale and a Submarine? Maybe a robotic-whale-submarine-villain kidnapped the whale's girlfriend? | |||
===Gameplay=== | |||
The gameplay consists of the world advancing onto the player front-to-back (as in Skyroads, Desert Bus). Occasional Goodies to collect and Baddies to avoid. | |||
Top 10% of screen is above water - for deco. Bottom 30% - sea ground. The middle - the playable area. The 20% on either side are not accessible to the player. | Top 10% of screen is above water - for deco. Bottom 30% - sea ground. The middle - the playable area. The 20% on either side are not accessible to the player. | ||
Line 21: | Line 37: | ||
Some possible entities (deco or game-affecting): starfish, divers, whales, sharks, dolphins, mermaids, seahorses, shells, bubbles, seaweed, ... | Some possible entities (deco or game-affecting): starfish, divers, whales, sharks, dolphins, mermaids, seahorses, shells, bubbles, seaweed, ... | ||
== | ==Controls== | ||
Left/Right - Move | |||
A - Jump | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds7.png | |||
https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds8.png | |||
https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds9.png | |||
https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds10.png | |||
https://pyug.at/PyWeek/2012-09 | ==External links== | ||
https:// | * PyUGAT - https://pyug.at/PyWeek/2012-09 | ||
* GitHub - https://github.com/thp/pyweek15 | |||
* Reddit - https://www.reddit.com/r/3dshacks/comments/4tf18o/new_python_2based_homebrew_port_one_whale_trip |
Latest revision as of 05:47, 6 Mayıs 2024
One Whale Trip | |
---|---|
General | |
Author | hop, flo, kirill, thp |
Type | Other Games |
Version | beta |
License | CC BY-NC-SA 3.0 |
Last Updated | 2016/07/18 |
Links | |
Download | |
Website | |
Source | |
One Whale Trip is an open source port of the game One Whale Trip written in Python 2 to the 3DS. The original game was a PyWeek 15 entry in 2012.
Installation
Extract the folder as-is to the SD card. Then run it with the Homebrew Launcher.
Root |-onewhaletrip/ | |-engine/ | |-data/ |-3ds/ | |-onewhaletrip_3ds/ | | |-onewhaletrip_3ds.3dsx | | |-onewhaletrip_3ds.smdh
User guide
Story
Something about the love of a Whale and a Submarine? Maybe a robotic-whale-submarine-villain kidnapped the whale's girlfriend?
Gameplay
The gameplay consists of the world advancing onto the player front-to-back (as in Skyroads, Desert Bus). Occasional Goodies to collect and Baddies to avoid.
Top 10% of screen is above water - for deco. Bottom 30% - sea ground. The middle - the playable area. The 20% on either side are not accessible to the player.
Some possible entities (deco or game-affecting): starfish, divers, whales, sharks, dolphins, mermaids, seahorses, shells, bubbles, seaweed, ...
Controls
Left/Right - Move
A - Jump
Screenshots