gamesystem

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gamesystem

Weekly Downloads

2

Version

0.1.2

License

GPL-3.0

Last publish

Collaborators

  • tirithen