Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oliverbenns/phaser-starter

Minimal starter project to get a Phaser game environment up and running with ease.
https://github.com/oliverbenns/phaser-starter

game phaser phaser-boilerplate phaser-framework phaserjs starter-kit

Last synced: 4 months ago
JSON representation

Minimal starter project to get a Phaser game environment up and running with ease.

Awesome Lists containing this project

README

        

# Phaser Starter

![Phaser avatar studying](./src/img/study.png)

Minimal starter project to get a Phaser game environment up and running with ease.

## Install
- Get the files by either:
- Forking this repository
- Downloading a [zip/tar.gz](https://github.com/oliverbenns/phaser-starter/releases)
- Cloning this repository with `git clone https://github.com/oliverbenns/phaser-starter.git`
- `cd phaser-starter`
- `nvm install`
- `npm install`

## Development
- `npm start`
- Open `http://localhost:8080`

## Build
- `npm run build`
- All game files will be in `/dist`

## Phaser 2

If you are looking for a Phaser 2 starter environment, you can download the [1.0.1 release](https://github.com/oliverbenns/phaser-starter/releases/1.0.1)