bit33 / spaceinvaders

Phaser v3 demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spaceinvaders

Javascript version of the retro game of Spaceinvaders. The game is build with Phaser V3 Javascript library.

Play it here: demo

Build this project

Make sure you have git installed and go on the command line to the directory where you like to download the source code.

1) Download

git clone https://github.com/bit33/spaceinvaders.git

2) Change directory

cd spaceinvaders

3) Download dependecies

npm install

4) Build

npm run build

(The warnings are not errors)

5) Run

npm run start

In your web brower you can now play the game:

http://localhost:8000/

About

Phaser v3 demo project


Languages

Language:JavaScript 94.1%Language:HTML 5.9%