Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryu-cz/phaser-base

Basic setup with simple game in phaser.io engine
https://github.com/ryu-cz/phaser-base

Last synced: 1 day ago
JSON representation

Basic setup with simple game in phaser.io engine

Awesome Lists containing this project

README

        

# Phaser TypeScript basic setup

Basic setup of simple game in phaser.io engine.

I used [Eclipse IDE](https://www.eclipse.org/downloads/) for java EE developers with [TypEcs](http://typecsdev.com/) plugin.

## Requirements
For [TypEcs](http://typecsdev.com/) plugin install Node.js
#### Node.js with Debian (as root)
```bash
apt-get install curl
curl -sL https://deb.nodesource.com/setup_5.x | bash -
```
Then install with Debian (as root):
```bash
apt-get install --yes nodejs
```

## Setting eclipse
Create new Static web project.

Symlink WebCOntent folder from git to your project.

In eclipse project do not forget enable TypeScript Support in Package Explorer perspective right click on your ''project-name'' > Configure > enable TypeScript support.