https://github.com/pe77/pkframework-examples
Basic Demo of Use PkFramework (phaser.io based)
https://github.com/pe77/pkframework-examples
demo game-development game-framework phaser
Last synced: 24 days ago
JSON representation
Basic Demo of Use PkFramework (phaser.io based)
- Host: GitHub
- URL: https://github.com/pe77/pkframework-examples
- Owner: pe77
- License: mit
- Created: 2017-03-19T21:33:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T17:16:18.000Z (about 8 years ago)
- Last Synced: 2024-11-09T21:08:04.800Z (6 months ago)
- Topics: demo, game-development, game-framework, phaser
- Language: TypeScript
- Size: 1.31 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PK Frameword :: Examples
Basic Samples/Demos of Use PkFramework (phaser.io based)>First of all: Sorry for my shitty english...
Here are just examples of use. To learn more : [Quick Start Guide](https://github.com/pe77/pkframework/wiki)
Get Starter
------------To run these examples you need to install, install [Node.js](https://nodejs.org/en/). Then, install the latest pkframe cli command-line tools in your terminal.
```bash
$ npm install -g pkframe
```[framework client details and other options](https://github.com/pe77/pkframework-cli)
----------
## Examples
Basic
---------------------
__Run this model__
```bin
$ pkframe init -p basic
```>You can see the logs in the browser.
Layers
---------------------
__Run this model__
```bin
$ pkframe init -p layers
```Layers - Simple Parallax
---------------------
__Run this model__
```bin
$ pkframe init -p parallax
```Custom State Transitions Effect
---------------------
__Run this model__
```bin
$ pkframe init -p transition
```For a detailed explanation of each example, go to:
#### wiki: https://github.com/pe77/pkframework-examples/wiki