/Duck-Hunter

A partial recreation of the Duck Hunt NES game in JS with the KAPLAY library

Primary LanguageJavaScriptMIT LicenseMIT

Duck Hunter

A Duck Hunt-like game made with JavaScript and the KAPLAY library.

Live demo : https://jslegend.itch.io/duck-hunter

screenshot of the game

How to Run

  • npm install
  • npm run dev

How to Build

  • npm run build
  • npm run preview (to check if everything works well)