https://github.com/anechunaev/web-2d-game-engine
https://github.com/anechunaev/web-2d-game-engine
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anechunaev/web-2d-game-engine
- Owner: anechunaev
- License: mit
- Created: 2019-07-06T12:26:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T22:32:26.000Z (11 months ago)
- Last Synced: 2025-02-15T23:26:11.756Z (11 months ago)
- Language: JavaScript
- Size: 558 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web 2D game engine
## How to build
Production build:
```sh
$ npm run build
```
Development build:
```sh
$ npm run dev:build
```
Start server: open ./static/index.html in browser