Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/val92130/eengine
- Owner: val92130
- Created: 2016-09-13T20:34:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T10:53:19.000Z (about 8 years ago)
- Last Synced: 2024-10-30T11:12:18.540Z (2 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EEngine
Simple and easy 2D game engine written in Javascript, mainly for prototypingBuild
-------------Build source using grunt :
```
grunt
```Watch for changes :
```
grunt watch
```