Skip to content

TejasvOnly/AsteroidsGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsteroidsGame

An Asteroids clone created with Phaser3.

How To Start

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

Controls

UP : Thrust

LEFT/RIGHT : Steer

SPACE : Shoot

Power-Ups

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.

About

My take on classic Asteroids using Phaser3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published