Git Product home page Git Product logo

duck-hunt-remastered's Introduction

๐Ÿฆ† Duck Hunt Remastered ๐Ÿฆ†

๐Ÿš€ A fan game created while learning Godot Engine 4 ๐Ÿš€

Content

About

I created this fan game as a first project in order to learn how to develop games in the Godot Engine ๐Ÿค–.

If you don't know the Duck Hunt game, you can read about the original NES game Duck Hunt on Wikipedia ๐Ÿ“–.

You can also watch a YouTube playthrough video of Duck Hunt ๐ŸŽฅ to get the idea.

Be sure to watch my demo video of Duck Hunt Remastered on YouTube ๐ŸŽฅ to see the game in action. ๐Ÿ˜Ž

Here are some screenshots of the game:

Screenshot of Duck Hunt Remastered splash screen

Screenshot of intro screen in Duck Hunt Remastered

Screenshot of dog jumping into grass in Duck Hunt Remastered

Screenshot of brown duck shot in Duck Hunt Remastered

Screenshot of dog presenting shot duck in Duck Hunt Remastered

Screenshot of game over in Duck Hunt Remastered

How to play the game

I uploaded an HTML5-Export of the game to itch.io, so that you can play Duck Hunt Remastered in your web browser. ๐Ÿ•น๏ธ๐ŸŒ

In addition, I uploaded binary exports of the game for Mac OS, Windows and Linux ๐Ÿ•น๏ธ๐Ÿ’ป to itch.io as well.

Technical Restrictions

I encountered the following technical restrictions while testing the game in the following setups:

Export Type OS Web Browser Playable? Restrictions encountered
๐ŸŒ HTML5 on itch.io ๐ŸŽ MacOS 14.1 Safari 17.1 โœ… You have to click once so that audio output is enabled.
๐ŸŒ HTML5 on itch.io ๐ŸŽ MacOS 14.1 Chrome 119.0.6045.123 โŒ Chrome freezes! ๐Ÿ˜ฑ
๐ŸŒ HTML5 on itch.io ๐ŸŽ MacOS 14.1 Firefox 119.0.1 โŒ Game freezes while loading! ๐Ÿ˜ฑ
๐ŸŒ HTML5 on itch.io ๐Ÿง Ubuntu 22.04.3 in VMWare Fusion 13.5.0 Firefox 119.0.1 โœ… Cursor change on mouse hover on duck not working
๐ŸŒ HTML5 on itch.io ๐ŸชŸ Windows 11 Enterprise Evaluation, Build 22621 in VMWare Fusion 13.5.0 Internet Explorer Edge 119.0.2151.58 โœ… Cursor middle part not visible in embedded iframe, working though when maximized
๐ŸŒ HTML5 on itch.io ๐ŸชŸ Windows 11 Enterprise Evaluation, Build 22621 in VMWare Fusion 13.5.0 Firefox 119.0.1 โŒ Error: The following features required to run Godot projects on the Web are missing: WebGL2 - Check web browser configuration and hardware support ๐Ÿ˜ข
๐ŸŒ HTML5 on itch.io ๐ŸชŸ Windows 11 Enterprise Evaluation, Build 22621 in VMWare Fusion 13.5.0 Chrome 119.0.6045.124 โœ… Cursor middle part not visible in embedded iframe, working though when maximized
๐Ÿง Linux binary Ubuntu 22.04.3 LTS in VMWare Fusion 13.5.0 - โœ… Cursor change on mouse hover on duck not working
๐ŸŽ MacOS binary MacOS 14.1 - โœ… -
๐ŸชŸ Windows binary Windows 11 Enterprise Evaluation, Build 22621 in VMWare Fusion 13.5.0 - โœ… -

While this is no 100% guarantee that the game functions on your setup, it can give you a good indication.

Note: The SharedArrayBuffer support feature is activated on the game page on itch.io.

How is this Duck Hunt fan game different?!

Fair question indeed and what started out as a spontaneous personal learning project that would never get shown to anybody, soon became a real passion for me. โค๏ธ

I did research other Duck Hunt fan games on itch.io, before deciding to upload my version of a Duck Hunt fan game. ๐Ÿฆ† Here's the points I identified that my game does differently in many cases:

  • ๐Ÿ•น๏ธ Close to the original, but with a slight fresh touch, while sticking to the (S)NES style
  • ๐Ÿ˜… It's actually playable!
  • ๐Ÿ’ช Playable in web browser (via itch.io) and downloadable as native binary for MacOS, Linux & Windows
  • ๐Ÿง‘โ€๐Ÿซ GitHub repository including the source code of the game to learn from
  • ๐ŸŽฅ Demo video & screenshots of game play
  • ๐Ÿ“– Detailed Readme
  • ๐Ÿ™ˆ Detailed comments and explanations in the source code, especially for pitfalls which some of cost me hours of debugging
  • ๐Ÿค– Created and working in Godot Engine version 4.1.3
  • ๐ŸŽถ Background music & pond ambience sounds
  • โ˜๏ธ Parallax clouds in the background
  • ๐Ÿฆ† Ducks can have 3 colors: blue, brown, red
  • ๐Ÿ• Dog picks up the correctly colored shot duck
  • ๐ŸŒพ Intro animation in which the dog jumps behind the grass
  • ๐ŸŽฏ Animation for completing a round (shooting 10 ducks)
  • ๐Ÿฆ† Ducks shot scream and then fall behind grass
  • ๐Ÿ”ซ Points appear where duck was shot
  • ๐Ÿš€ Duck flies out of grass from random X position
  • ๐Ÿคฃ Dog laughs at you on game over
  • ๐Ÿฆ† Duck bounces of window boundaries and top edge of grass
  • ๐Ÿ˜ The info boxes on the bottom part of the foreground are separate sprites which get scaled according to their content and on window resize (see Godot Engine docs on NinePatchRect)
  • โฑ๏ธ A timer shows time elapsed (mm:ss) since game start
  • ๐ŸŽฏ Local highscore stored in a text file in the user space for downloaded game versions
  • ๐Ÿ‘ค Random player name generator for highscore to keep it clean from profanity ๐Ÿ˜œ
  • ๐ŸŽฏ Online highscore for game version played in web browser on itch.io

As this is my first game in Godot Engine, I'm really proud of how it turned out and what I was able to learn so far! ๐Ÿคฉ

Resources used

Disclaimer

This personal learning project is not related to or endorsed by Nintendoยฎ๏ธ. Use this personal project as is and at your own risk to have fun while playing it and to learn how to develop games with the Godot Engine. ๐Ÿค– No warranty and no official support are provided for this fan game project.

As this is a fan game, I have no commercial intent whatsoever regarding this project.

If you still want thank me somehow:

Third Party Licenses

See also https://godotengine.org/license/


This game uses Godot Engine, available under the following license:

Copyright (c) 2014-present Godot Engine contributors. Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Godot uses FreeType to render fonts. Its license requires attribution, so the following text must be included together with the Godot license:

Portions of this software are copyright ยฉ 1996-2023 The FreeType Project (www.freetype.org). All rights reserved.


Godot includes the ENet library to handle high-level multiplayer. ENet has similar licensing terms as Godot:

Copyright (c) 2002-2020 Lee Salzman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


If the project is exported with Godot 3.1 or later, it includes mbed TLS. The Apache license needs to be complied to by including the following text:

Copyright The Mbed TLS Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


duck-hunt-remastered's People

Contributors

daniel-the-fox avatar

Stargazers

Tiago avatar Gerep avatar Ilia A. Tonewood avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.