Simple spaceship game using phaser library. Try it out here!
Player can hit left or right arrow key to control the position of the spaceship. Player can hit space bar to shoot out bullets to kill the enemies. Game score automatically increaments as the player kills more enenies. When all the enemies are killed, the player wins the game. When a enemy hits the spaceship, the player loses the game.
Clone this repository, run the following command in terminal to install the dependencies, and start the server:
npm install
npm start
Open browser, and go to:
localhost:300
- babel-cli
- babel-core
- babel-loader
- babel-preset-env
- css-loader
- node-sass
- sass-loader
- style-loader
- webpack
- webpack-dev-server