Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryu-cz/phaser-base
- Owner: Ryu-CZ
- License: mit
- Created: 2016-01-03T19:33:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T20:20:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-03T02:37:08.453Z (over 1 year ago)
- Language: JavaScript
- Size: 909 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.