claudiorodriguez / starfighter-phaser

Top-down SHMUP with phaser, webpack and es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starfighter-phaser

Build Status Coverage Status

A hackathon attempt at a top-down SHMUP

Installation

  • git clone the repository
  • npm run start
  • open localhost:3000 in your browser

Testing

To run the tests:

$ npm test

Contributing

Feel free to create a pull request. Make sure to lint and test:

$ npm run lint && npm run test

License

MIT - see LICENSE

About

Top-down SHMUP with phaser, webpack and es6

License:MIT License


Languages

Language:JavaScript 86.7%Language:HTML 13.3%