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

https://github.com/anechunaev/web-2d-game-engine


https://github.com/anechunaev/web-2d-game-engine

Last synced: 10 months ago
JSON representation

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