Pixel Quack Quest: The Dungeon Rescue is a game in which players must locate and rescue a group of missing ducks. Players must interact with characters and collect clues to uncover the ducks' whereabouts.
Players will be able to:
• Moving left and right with a and d
• jump with w
• Start and reset the level with r
• Enter the next level after rescure the duck
This project will be implemented with the following technologies:
• The Canvas API to render the game board, handle player movement
• Webpack and Babel to bundle and transpile the source JavaScript code
• npm to manage project dependencies
• Adding multiple ducks in a map
• reduce player jump height after every rescure in a level, so that player have to figure out which to rescure first
• Adding different types of enemies such as enemies that can jump or shoot.
• Set the display to move with the character, so that the level would be more interesting.