Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yandeu/phaser3-typescript-platformer-example
Phaser 3 TypeScript Platformer Example
https://github.com/yandeu/phaser3-typescript-platformer-example
phaser phaser3 phaser3-example typescript
Last synced: 4 months ago
JSON representation
Phaser 3 TypeScript Platformer Example
- Host: GitHub
- URL: https://github.com/yandeu/phaser3-typescript-platformer-example
- Owner: yandeu
- License: mit
- Created: 2019-01-22T20:43:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T00:12:20.000Z (over 5 years ago)
- Last Synced: 2024-09-29T23:35:51.025Z (4 months ago)
- Topics: phaser, phaser3, phaser3-example, typescript
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 83
- Watchers: 9
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser 3 TypeScript Platformer Example
[![dependencies Status](https://david-dm.org/yandeu/phaser3-typescript-platformer-example/status.svg?style=flat-square)](https://david-dm.org/yandeu/phaser3-typescript-platformer-example)
![GitHub](https://img.shields.io/github/license/yandeu/phaser3-typescript-platformer-example.svg?style=flat-square)
![GitHub package.json version](https://img.shields.io/github/package-json/v/yandeu/phaser3-typescript-platformer-example.svg?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/yandeu/phaser3-typescript-platformer-example.svg?style=flat-square)Built with the [**typescript phaser-project-template**](https://github.com/yandeu/phaser-project-template#readme) starter.
## Play
[Play the game](https://s3.eu-central-1.amazonaws.com/phaser3-typescript/platformer-example/index.html) (Add it to the homescreen to test the PWA functionality)
[![phaser3-typescript-platformer](screenshots/nexus6-640x360.png)](https://s3.eu-central-1.amazonaws.com/phaser3-typescript/platformer-example/index.html)
## How To Use
To clone and run this game, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone --depth 1 https://github.com/yandeu/phaser3-typescript-platformer-example.git phaser3-platformer-example# Go into the repository
$ cd phaser3-platformer-example# Install dependencies
$ npm install# Start the local development server (on port 8080)
$ npm start# Ready for production?
# Build the production ready code to the /dist folder
$ npm run build
```