Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/llafuente/mage

Minimalistic (all-purpose) Asynchronous (HTML/2D) Game Engine.
https://github.com/llafuente/mage

Last synced: 1 day ago
JSON representation

Minimalistic (all-purpose) Asynchronous (HTML/2D) Game Engine.

Awesome Lists containing this project

README

        

# Minimalistic Asynchronous Game Engine (mage)

Minimalistic (all-purpose) Asynchronous Game Engine.

Do not expect a fully featured game engine, this is just the basic that you must have to start working on your game from day-one.

Use [js-2dmath](https://github.com/llafuente/js-2dmath) as an abstraction for all math-related stuff.

It's in early stage wait a bit to use it or take a deep breath an start bugging me!

## TODO (0.1)

* Camera
* Input Manager
* Resource Manager (really needed ?)