Playing around with Phaser for game development. Simple pinball game.
Make sure you have NodeJS installed, and you can use the npm command:
$ npm versionThen install dependencies from the project root directory:
$ npm installStart the local server:
$ npm startThis will create a server to listen on localhost:9000 for requests, and will watch the source code for changes and reload the application as necessary.
Just point your browser at http://localhost:9000 and click Start to play.
- [Down Arrow] : Launch Ball
- [Left Arrow] : Left Flipper
- [Right Arrow] : Right Flipper