Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 789 Bytes

Introduction

NeoWallJump is a game inspired from Super Metroid + Matrix made during the GlobalJam 2018 in Toronto. It is simple game made using JavaScript/Pixi/p2.js . The objective of the game is to get to the top of the wall through wall-jumps while avoiding the falling objects. To perform a wall-jump, you have to time the jump key (up button) correctly with the proper sprite animation frame. To move left/right, use the arrow keys. The theme music was inspired from the track Clubbed To Death from the The Original Matrix Movie.

Usage

Development

gulp watch

Production

gulp build

To Run

cd dist/ && python -m SimpleHTTPServer

Credits

  • Reginald Tan (Programming + Gameplay)
  • Dhruv Chaudhary (Audio)
  • Sathes Bala (Gameplay)