Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/llafuente/mage
- Owner: llafuente
- Created: 2014-05-28T20:40:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T17:45:17.000Z (almost 10 years ago)
- Last Synced: 2024-11-07T06:43:09.605Z (about 2 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
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 ?)