/wmc-game-phaser-poc

Phaser game engine POC with WebMidi Conductor

Primary LanguageJavaScriptMIT LicenseMIT

wmc-logo wmc-game-phaser-poc

Created Phaser 3.55.2 first game tutorial with player movement WebMidi Conductor v2.5.1

Player movement alterations:

  • Player avatar, 'dude', moves left or right if the player went up or down the register; respectively.
  • Player avatar, 'dude', jumps when playing a triad or 7th chord

Click here to play!

Gotchas

  • Make sure your midi device is plugged into your computer or mobile phone before opening the web browser!
  • No iOS support ☹️
  • if trying to run the code locally instead from the github page, then make sure to change the image URL sources in the preload() function to the insecure http://labs.phaser.io or hard-code baseUrl = https://www.pauljuneauengineer.com/wmc-game-phaser-poc/ in place of baseUrl = window.location.href