Ecosyste.ms: Awesome

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

https://github.com/StrykerKKD/dartrocket

HTML5 game framework made with Dart and StageXL
https://github.com/StrykerKKD/dartrocket

Last synced: about 2 months ago
JSON representation

HTML5 game framework made with Dart and StageXL

Lists

README

        

DartRocket is a HTML5 Game Engine, which is written in Dart and uses the StageXL rendering engine.
The main goal of this framework is to provide an easy to use solution for HTML5 game making with the Dart language.

***

## How to start?
Please check out the [wiki](https://github.com/StrykerKKD/dartrocket/wiki).

For fast start you can use the [basic template](https://github.com/StrykerKKD/dartrocket/tree/master/example/projecttemplate).

You can find additional examples in the documentation and in the [examples directory](https://github.com/StrykerKKD/dartrocket/tree/master/example) in dartrocket's github repo.

## Documentation
[DartRocket's Documentation on dartdocs.org](http://www.dartdocs.org/documentation/dartrocket/0.1.5/index.html#dartrocket).

## Blog
The Framework has a [blog](http://dartrocket.blogspot.hu), which will provide information about how the development is going.

## Examples
These example's build will be updated, when there is a new version of DartRocket.

* [SpaceInvader](https://github.com/StrykerKKD/dartrocket/tree/master/example/spaceinvader) shows a basic space invader game.

* [StateMachine](https://github.com/StrykerKKD/dartrocket/tree/master/example/statemachine) shows how the state manager work.

* [MovementSystem](https://github.com/StrykerKKD/dartrocket/tree/master/example/movementsystem) shows how the sprite can move.
You can move with w,a,s,d and you can rotate with q,e and you can accelerate with j,k.

* [World-Camera](https://github.com/StrykerKKD/dartrocket/tree/master/example/world-camera) shows how the camera works.
You can move the ship with w,a,s,d, you can unfollow the ship with Space and you can move camera with cursors.

* [Gravity](https://github.com/StrykerKKD/dartrocket/tree/master/example/gravity) shows the gravity system in the game. You can move the rectangle with w,a,s,d.