Clone of Donkey Kong written with Javascript + PhaserJS with dynamic levels based on JSON values.
Player assumes the role of Luigi and must rescue Princess Daisy. In order to complete the level Luigi must climb up to the top platform while avoiding the flame traps and barrels being thrown by Bowser. Upon reaching the top platform, Luigi must jump over Bowser, and connect with Princess Daisy to make their escape.
Controls use arrow keys for direction + spacebar to jump.
- Clone repository
- Install Node.js version 12.0.0 or higher
- Install dependencies via
$ npm install
- Run
$ npm run start
- Navigate to http://localhost:3000 and enjoy