Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 309 Bytes

File metadata and controls

17 lines (10 loc) · 309 Bytes

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)