play_phaser 0.8.4
play_phaser: ^0.8.4 copied to clipboard
A Dart port for Phaser.js library.
play_phaser #
A Dart port of Phaser.js (2.0.7)
You can check the play_pixi which is almost finished.
0.8.5 several examples were added.
What are done: #
- core (100%): camera, singal, game, group, plugin, stage, state, world
- gameobject (90%): sprite, bitmap_text, button, events, etc.
- Physics (30%): arcade
- geom (100%): finished
- input (80): keyboard, mouse, touch
- loader (100%)
- math (100%)
- particles (100%)
- sound & music (100%)
- system (100%)
- time (100%)
- tilemap (80%)
- tween (90%) (thanks to https://github.com/xaguzman/tween-engine-dart)
- utils (100%)
Examples: #
- animation
- arcade physics
- audio
- basics
- camera
- games * 4
- imput
- loader
- particles
- tweens
Install: #
dependencies:
play_pixi: any