Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/val92130/eengine

Simple and easy 2D game engine written in Javascript, mainly for prototyping
https://github.com/val92130/eengine

Last synced: 16 days ago
JSON representation

Simple and easy 2D game engine written in Javascript, mainly for prototyping

Awesome Lists containing this project

README

        

# EEngine
Simple and easy 2D game engine written in Javascript, mainly for prototyping

Build
-------------

Build source using grunt :
```
grunt
```

Watch for changes :
```
grunt watch
```