An Asteroids clone created with Phaser3.
To clone and run this game, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone --depth 1 https://github.com/TejasvOnly/AsteroidsGame.git asteroids-game
# Go into the repository
$ cd asteroids-game
# Install dependencies
$ npm install
# Start the local development server (on port 1234)
$ npm run start
UP : Thrust
LEFT/RIGHT : Steer
SPACE : Shoot
Power-Ups appear every 20 seconds.
Quantum Bullets : Destroys any asteroid without splitting it, but reduces fire rate.
Quick Bullets : Increases fire rate.
Triple Bullets : Fire 3 bullets simultaneously.