https://github.com/newfront/gameengine
Here is a take on building a game engine with html5
https://github.com/newfront/gameengine
Last synced: 9 months ago
JSON representation
Here is a take on building a game engine with html5
- Host: GitHub
- URL: https://github.com/newfront/gameengine
- Owner: newfront
- Created: 2015-07-16T00:25:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T00:29:11.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T18:49:57.990Z (about 1 year ago)
- Language: JavaScript
- Size: 7.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML5 Game Engine
The likeness to the sprites originally found in Nintendo's A Link to the Past are indeed similar, but used as an example of how a game like A Link to the Past could be created using this engine.
### How to use
Just clone the source and load in localhost nginx or similar local server. Then start playing around with it
##### Notes
This is a hobby project. However, it is a good starting point for those curious in building a game for the browser using Canvas2D.