0.1.2 • Published 8 years ago

gamesystem v0.1.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Gamesystem

Build Status

Idea

Alternative implementation of the pocket-ces project in ECMAScript 6.

Example (how to make a game)

See directory example/canvas for a simple example, a circle that you can control with the keyboard arrows.

Use this package as an npm dependency

Add the package to your project:

$ npm install --save-dev gamesystem

Import the World constructor in your JavaScript code:

import World from 'gamesystem';

Development

Installation

License

This project is released under the GPL-3.0 license.

Please submit your feedback

Any feedback is of value to improve this system, please feel free to use the GitHub issue tracker at https://github.com/tirithen/gamesystem/issues