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
(Giddy 3 is here!)
 
(Giddy3 is now open source)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
| image      = [[Image:Giddy3shot.png]]
+
| image      = [[File:Giddy3shot.png]]
| title      = Giddy 3
+
| type        = platform game
| desc        = Platform Puzzler
 
| type        = Games
 
 
| author      = [[User:Xeron|Xeron]]
 
| author      = [[User:Xeron|Xeron]]
| download    = [http://www.petergordon.org.uk/giddy3/giddy3_wii.zip Download]
+
| version    = 1.4
| version     = 1.0
+
| licence    = GPL v2
| peripherals = {{Wiimote1}} {{FrontSD}}
+
| download    = http://www.petergordon.org.uk/giddy3/giddy3-wii-1_4.zip
| hbc         = 1
+
| source      = https://github.com/pete-gordon/Giddy3-Wii
 +
| website     = http://www.giddy3.co.uk
 +
| peripherals = {{Wiimote1}}
 +
| hbb         = yes
 
}}
 
}}
  
"Giddy 3" was a great fun platform puzzle game for MS-DOS, released in 2001. I obtained the assembler source code and re-wrote it in C. Now it is available for your 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.
  
Just copy it to your Apps folder, and run it from the Homebrew channel.
+
Giddy 3 is not really a port; more of a rewrite.
 +
 
 +
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 ==
 +
{| class="wikitable"
 +
|-
 +
! {{WiimoteHorizontal}} !! Action
 +
|-
 +
| {{WiimoteDPadRight}} ||  Move Right
 +
|-
 +
| {{WiimoteDPadLeft}} || Move Left
 +
|-
 +
| {{Wiimote2Button}}  || Jump
 +
|-
 +
| {{Wiimote1Button}} || Use
 +
|-
 +
| {{WiimoteAButton}} || Hint
 +
|-
 +
| {{WiimotePlusButton}} || Pause
 +
|-
 +
| {{WiimoteMinusButton}} || Toggle music on/off
 +
|-
 +
|{{WiimoteHomeButton}} || 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

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