One Whale Trip 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = One Whale Trip | image = https://dlhb.gamebrew.org/3dshomebrew/onewhaletrip-3ds-1.png|250px | type = Other Games | version = beta | licence =...")
 
m (Text replacement - "Category:3DS homebrew games" to "")
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = One Whale Trip
|title=One Whale Trip
| image = https://dlhb.gamebrew.org/3dshomebrew/onewhaletrip-3ds-1.png|250px
|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
| licence = Mixed
|lastupdated=2016/07/18
| author = thp
|type=Other Games
| website = https://pyug.at/PyWeek/2012-09
|version=beta
| download = https://dlhb.gamebrew.org/3dshomebrew/OneWhaleTrip-2016-07-18-3DS.zip
|license=CC BY-NC-SA 3.0
| source = https://dlhb.gamebrew.org/3dshomebrew/OneWhaleTrip-2016-07-18-3DS.zip
|download=https://dlhb.gamebrew.org/3dshomebrews/onewhaletrip3ds.7z
|website=https://pyug.at/PyWeek/2012-09
|source=https://github.com/thp/pyweek15
}}
}}
<youtube>-z_A3PkttvI</youtube>
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.


I am pleased to present my second realization on Nintendo 2DS / 3DS. This is " Minesweeper 2DS " in its version 1.2.1 , remake of the popular Windows game Minesweeper . This first draft only contains the 4 modes.
==Installation==
= Minesweeper 2DS v1.2.1 by Cid2mizard. =
Extract the folder as-is to the SD card. Then run it with the Homebrew Launcher.
Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today.
 
Controls : - Double Touch or D-pad + A : Menu Selection - Short Touch or Short A : Discover case/Delete flag - Long Touch or Long A or X : Place flag - Holding L or R : Short Touch or Short A will Place flag - B : Back to menu - Touch when game is over or Select : Restart game - Start : Exit game
Root
Changelog : v1.2.1 (by bayleef) - Fixed columns and mines lines in custom mode
  |-onewhaletrip/
v1.2 (by bayleef) - Changed control keys - Discover neighbourhood of revealed cells - Highscore - On click: highlight cells that will be discovered - No game over during the first move
  |  |-engine/
v1.1.1 - Update ctrulib, now exit works with ninjhax 2.5.
  |  |-data/
v1.1 - You don't need to place all the flags to win (hippy dave request). - Reduce timing to put a flag (30 to 20) (hippy dave request). - Add numbers columns & rows infos in custom mode. - Update sf2dlib (restore original colors game clearer). - Update readme.txt. - Update Thanks (add Black Squirrel for rip gfx). - Use sf2d_draw_texture_part from sf2dlib (optimize code).
  |-3ds/
v1.0 - Using GPU Render, no more lost frames, thanks sf2dlib. - Better gfx. - Add Custom level.
  |  |-onewhaletrip_3ds/
v0.8 - Change restart game to button X. - Add Touch menu, forget in v0.6. - Add D-pad + A Controls for game. - Add 3ds, cia format (UniqueID 0x2101)
  |  |  |-onewhaletrip_3ds.3dsx
v0.6 - Disable et delete gfxSet3D, not used. - Change colors background for better tiles view. - Add title menu. - Add normal & hard mode. - Fix bottom screen glitch appeared in 0.2, fps is now stable.
  |  |  |-onewhaletrip_3ds.smdh
v0.2 - Numbers & Emoticons size X3 and Jump to Top screen. - Smiley Touch remplaced by Button A. - Add background color for 2 screens. v0.1 - Initial Release. Only Grid 9*9 with 8 mines.
 
Thanks : - smea for Ninjhax. - smea, yellows8, plutoo, fincs and mtheall for ctrulib. - smea, mtheall, GEMISIS, Fluto and Arkhandar for hbmenu. - WinterMute for devkitARM. - Xerpi for sf2dlib. - http://gbatemp.net/ for Forum 3DS Homebrew community. - Black Squirrel for Windows Minesweeper sprites ripped.
==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==
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
 
==External links==
* 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 2024

One Whale Trip
Onewhaletrip3ds2.png
General
Authorhop, flo, kirill, thp
TypeOther Games
Versionbeta
LicenseCC BY-NC-SA 3.0
Last Updated2016/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

onewhaletrip3ds7.pngonewhaletrip3ds8.png

onewhaletrip3ds9.pngonewhaletrip3ds10.png

External links

Advertising: