In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Giddy 3"

From WiiBrew
Jump to navigation Jump to search
m (Added HBB)
(Giddy3 is now open source)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
| image      = [[Image:Giddy3shot.png]]
+
| image      = [[File:Giddy3shot.png]]
| desc        = Platform Puzzler
+
| type        = platform game
| type        = Game
 
 
| author      = [[User:Xeron|Xeron]]
 
| author      = [[User:Xeron|Xeron]]
| version    = 1.0
+
| version    = 1.4
| download    = [http://www.petergordon.org.uk/giddy3/giddy3_wii.zip Download]
+
| licence    = GPL v2
| source      =  
+
| download    = http://www.petergordon.org.uk/giddy3/giddy3-wii-1_4.zip
| website    = [http://www.giddy3.co.uk www.giddy3.co.uk]
+
| source      = https://github.com/pete-gordon/Giddy3-Wii
 +
| website    = http://www.giddy3.co.uk
 
| peripherals = {{Wiimote1}}
 
| peripherals = {{Wiimote1}}
| hbc        = 1
+
| hbb        = yes
| hbb        = 1
 
 
}}
 
}}
  
 
'''Giddy 3''' is a great fun platform puzzle game. It was originally released in 2001 for MS-DOS, but last year I acquired the source code and converted it to C. This version is written specifically for the Wii.
 
'''Giddy 3''' is a great fun platform puzzle game. It was originally released in 2001 for MS-DOS, but last year I acquired the source code and converted it to C. This version is written specifically for the Wii.
 +
 +
Giddy 3 is not really a port; more of a rewrite.
  
 
Homepage: [http://www.giddy3.co.uk www.giddy3.co.uk]
 
Homepage: [http://www.giddy3.co.uk www.giddy3.co.uk]
 +
Facebook page: [http://www.facebook.com/home.php#/pages/Giddy-3/50352374724 Giddy 3 on Facebook]
 +
 +
Giddy 3 is now open source! Enjoy:
 +
https://github.com/pete-gordon/Giddy3-Wii
 +
 +
 +
 +
{|
 +
|<youtube>W_xLu-1LXZo</youtube>
 +
|}
  
==Controls==
+
== Controls ==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 33: Line 44:
 
|-
 
|-
 
| {{WiimotePlusButton}} || Pause
 
| {{WiimotePlusButton}} || Pause
 +
|-
 +
| {{WiimoteMinusButton}} || Toggle music on/off
 
|-
 
|-
 
|{{WiimoteHomeButton}} || Quit
 
|{{WiimoteHomeButton}} || Quit
Line 38: Line 51:
  
  
==Change Log==
+
== Change Log ==
 +
1.4
 +
* No longer jumps constantly while the jump button is held
 +
* The phone box hint gives a clue that phone calls require coins
 +
* The bomb hint now disappears when it is supposed to
 +
 
 +
 
 +
1.3
 +
* Fixed a bug which meant that Giddy could end up stuck in the ground if you stood in exactly the right place on one of the bubbles.
 +
* Removed the erroneous bulb effect when starting the game.
 +
 
 +
 
 +
1.2
 +
* Giddy's speech bubbles and some other texts stay on the screen for a bit longer.
 +
* The appearance of the hint bulb is a bit more obvious
 +
* Fixed a nasty bug which meant that if you did things in a certain order the game became uncompletable.
 +
* Updated the meta.xml file properly this time
 +
 
 +
 
 +
1.1
 +
* A couple of bug fixes
 +
* Changed PayPal donation address to donations@giddy3.co.uk
 +
 
 +
 
 
1.0
 
1.0
 
* First public release
 
* First public release

Latest revision as of 00:06, 3 April 2015

Giddy 3
Giddy3shot.png
General
Author(s)Xeron
TypePlatform game
Version1.4
LicenceGPL v2
Links
Download
Website
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg

Giddy 3 is a great fun platform puzzle game. It was originally released in 2001 for MS-DOS, but last year I acquired the source code and converted it to C. This version is written specifically for the Wii.

Giddy 3 is not really a port; more of a rewrite.

Homepage: www.giddy3.co.uk Facebook page: Giddy 3 on Facebook

Giddy 3 is now open source! Enjoy: https://github.com/pete-gordon/Giddy3-Wii


Controls

WiimoteHorizontal.svg Action
Wiimote D-Pad Right Move Right
Wiimote D-Pad Left Move Left
Wiimote 2 Button Jump
Wiimote 1 Button Use
Wiimote A Button Hint
Wiimote + Button Pause
Wiimote - Button Toggle music on/off
Wiimote HOME Button Quit


Change Log

1.4

  • No longer jumps constantly while the jump button is held
  • The phone box hint gives a clue that phone calls require coins
  • The bomb hint now disappears when it is supposed to


1.3

  • Fixed a bug which meant that Giddy could end up stuck in the ground if you stood in exactly the right place on one of the bubbles.
  • Removed the erroneous bulb effect when starting the game.


1.2

  • Giddy's speech bubbles and some other texts stay on the screen for a bit longer.
  • The appearance of the hint bulb is a bit more obvious
  • Fixed a nasty bug which meant that if you did things in a certain order the game became uncompletable.
  • Updated the meta.xml file properly this time


1.1

  • A couple of bug fixes
  • Changed PayPal donation address to donations@giddy3.co.uk


1.0

  • First public release