https://github.com/reydvires/phaser3-spaceshooter
Game for RPLGDC Labs: Announcement of Phase 2
https://github.com/reydvires/phaser3-spaceshooter
Last synced: 8 months ago
JSON representation
Game for RPLGDC Labs: Announcement of Phase 2
- Host: GitHub
- URL: https://github.com/reydvires/phaser3-spaceshooter
- Owner: ReydVires
- License: mit
- Created: 2019-03-04T14:07:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T18:00:11.000Z (over 6 years ago)
- Last Synced: 2024-12-27T08:44:19.564Z (10 months ago)
- Language: JavaScript
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser 3 Webpack Project
A Phaser 3 RPLGDC Project
### Requirements
We need [Node.js](https://nodejs.org) to install and run scripts.
## Install and run
Run next commands in your terminal:
| Command | Description |
|---------|-------------|
| `npm install` | Install dependencies and launch browser with examples.|
| `npm start` | Launch browser to show the examples.
Press `Ctrl + c` to kill **http-server** process. |
=======