https://github.com/brandonheyer/2d-engine
ES6 based 2D game engine
https://github.com/brandonheyer/2d-engine
2d 2d-game babel d3 d3js es6 game-development game-engine game-engine-2d gaming
Last synced: about 2 months ago
JSON representation
ES6 based 2D game engine
- Host: GitHub
- URL: https://github.com/brandonheyer/2d-engine
- Owner: brandonheyer
- License: gpl-3.0
- Created: 2017-07-03T14:37:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:45:31.000Z (over 3 years ago)
- Last Synced: 2025-06-24T02:01:58.857Z (12 months ago)
- Topics: 2d, 2d-game, babel, d3, d3js, es6, game-development, game-engine, game-engine-2d, gaming
- Language: JavaScript
- Homepage:
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 2d-eninge
This is a 2d game engine written in ES6 with Babelify and D3js.
# Usage
This is meant to be included as a node module and not used separately. For a
usage example, see: https://github.com/brandonheyer/flocking.
# Examples
To compile the examples, run `grunt browserify`. If yo want to modify the
examples to play around, you only need to run `grunt browserify:examples` if
you do not make any changes to the core 2d-engine codebase.