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

Difference between revisions of "Duck Hunt"

From WiiBrew
Jump to navigation Jump to search
(made a changelog)
 
(17 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Duck Hunt
 
| title      = Duck Hunt
| image      =  
+
| image      = [[File:DuckHuntdog.png]]
| desc        = Port of the NES [http://en.wikipedia.org/wiki/Duck_Hunt duck shooting game]
+
| type        = shooting game
| type        = Game
+
| author      = [[User:Knight0fdragon|Knight0fDragon]]
| author      = Knight0fDragon
+
| version     = 1.81
| display     =  
+
| download    = Media:DuckHunt.zip
| download    = [[:image:DuckHunt.zip|DuckHunt.zip]]
+
| peripherals = {{Wiimote1}} {{SensorBar}} {{GCNController}}
| source      = No
+
| hbb        = yes
| peripherals = {{Wiimote1}} {{WiiZapper}} {{GCNController}}
+
| osc        = yes
 
}}
 
}}
  
Line 15: Line 15:
 
All are welcome to try my first Wii project, good ol' Duck Hunt
 
All are welcome to try my first Wii project, good ol' Duck Hunt
  
I have tried my best to replicate as much as the original that I can. This is my first wii experience, so I hope you all like it, I can be found hanging around #dsdev and #wiidev on the Blitz IRC network. Many thanks to Wintermute and the others there for helping me understand what is going on with the Wii.
+
I have tried my best to replicate as much as the original that I can. This is my first Wii experience, so I hope you all like it, I can be found hanging around #dsdev and #wiidev on the Blitz IRC network. Many thanks to Wintermute and the others there for helping me understand what is going on with the Wii.
  
 
The earlier versions of this game were not meant to really be posted to the general public, but whoever did that, thanks, now I have some motivation to fix this game.
 
The earlier versions of this game were not meant to really be posted to the general public, but whoever did that, thanks, now I have some motivation to fix this game.
Line 23: Line 23:
 
With this version, I fixed up some bugs from v1.7 and added some things that are listed below.
 
With this version, I fixed up some bugs from v1.7 and added some things that are listed below.
  
For 1.9, I am going to add sound and hopefully fix up the source code for better handleing of the controller, and get the levels working
+
For 1.9, I am going to add sound and hopefully fix up the source code for better handling of the controller, and get the levels working
  
 
If you notice any bugs, please feel free to let me know, I would like as many bugs squashed for original version by the time I release v2.0
 
If you notice any bugs, please feel free to let me know, I would like as many bugs squashed for original version by the time I release v2.0
Line 29: Line 29:
 
Everything but clayshooting that is.
 
Everything but clayshooting that is.
 
== Change log ==
 
== Change log ==
  === v1.8 ===
+
=== v1.81 ===
  '''Features added'''
+
'''Features added'''
      - Round counting
+
* Intro sound
      - Ducks start at a random location underneath grass with fixed size
+
* Fixed 4 shots per round
      - Only 3 bullets per round
+
* Fixed Various little bugs
      - Perfect screen is working
+
'''Known Issues'''
 
+
* Dog walks a little funny
  '''Known Issues'''
+
* Not enough sound
      - Dog walks a little funny
+
* No actual levels, just counting
      - No sound
+
'''Planned Features'''
      - No actual levels, just counting
+
* K0D special
 
+
* source code
  '''Planned Features'''
 
      - K0D special
 
      - source code
 
 
    
 
    
  === v1.7 ===
+
=== v1.8 ===
  '''Features added'''
+
'''Features added'''
    - Working Title Screen
+
* Round counting
    - Ability to choose one duck or two
+
* Ducks start at a random location underneath grass with fixed size
    - Wiimote and GC pad Support
+
* Only 3 bullets per round
    - Different kinds of ducks
+
* Perfect screen is working
    - Dog intro
+
'''Known Issues'''
    - Dog laughing/ catching of the duck
+
* Dog walks a little funny
    - Simulation of the light gun from back in the NES days
+
* No sound
    - many other features from duckhunt.
+
* No actual levels, just counting
 
+
'''Planned Features'''
  '''Known Issues'''
+
* K0D special
    - Ducks start at a random location with random size  
+
* source code
    - Dog walks a little funny
+
    - No sound
+
=== v1.7 ===
    - No round counting
+
'''Features added'''
 
+
* Working Title Screen
  '''Planned features'''
+
* Ability to choose one duck or two
    - K0D special
+
* Wiimote and GC pad Support
    - source code
+
* Different kinds of ducks
 +
* Dog intro
 +
* Dog laughing/ catching of the duck
 +
* Simulation of the light gun from back in the NES days
 +
* many other features from duckhunt.
 +
'''Known Issues'''
 +
* Ducks start at a random location with random size  
 +
* Dog walks a little funny
 +
* No sound
 +
* No round counting
 +
'''Planned features'''
 +
* K0D special
 +
* source code

Latest revision as of 19:00, 8 April 2021

Duck Hunt
DuckHuntdog.png
General
Author(s)Knight0fDragon
TypeShooting game
Version1.81
Links
Download
Downloadable via the Homebrew Browser
Downloadable via the Open Shop Channel
Peripherals
Wiimote1.svg SensorBar.svg GameCube Controller

Duck Hunt is a clone of the classic NES/Famicom game Duck Hunt where you shoot ducks.

All are welcome to try my first Wii project, good ol' Duck Hunt

I have tried my best to replicate as much as the original that I can. This is my first Wii experience, so I hope you all like it, I can be found hanging around #dsdev and #wiidev on the Blitz IRC network. Many thanks to Wintermute and the others there for helping me understand what is going on with the Wii.

The earlier versions of this game were not meant to really be posted to the general public, but whoever did that, thanks, now I have some motivation to fix this game.

I am now up to version 1.8.

With this version, I fixed up some bugs from v1.7 and added some things that are listed below.

For 1.9, I am going to add sound and hopefully fix up the source code for better handling of the controller, and get the levels working

If you notice any bugs, please feel free to let me know, I would like as many bugs squashed for original version by the time I release v2.0

Everything but clayshooting that is.

Change log

v1.81

Features added

  • Intro sound
  • Fixed 4 shots per round
  • Fixed Various little bugs

Known Issues

  • Dog walks a little funny
  • Not enough sound
  • No actual levels, just counting

Planned Features

  • K0D special
  • source code

v1.8

Features added

  • Round counting
  • Ducks start at a random location underneath grass with fixed size
  • Only 3 bullets per round
  • Perfect screen is working

Known Issues

  • Dog walks a little funny
  • No sound
  • No actual levels, just counting

Planned Features

  • K0D special
  • source code

v1.7

Features added

  • Working Title Screen
  • Ability to choose one duck or two
  • Wiimote and GC pad Support
  • Different kinds of ducks
  • Dog intro
  • Dog laughing/ catching of the duck
  • Simulation of the light gun from back in the NES days
  • many other features from duckhunt.

Known Issues

  • Ducks start at a random location with random size
  • Dog walks a little funny
  • No sound
  • No round counting

Planned features

  • K0D special
  • source code