crappy-coder / astrid

2D Game Engine and Application Framework
2 stars 0 forks source link

astrid

Examples

To run the examples:

Building

Builds are currently done user-side which can be seen in the examples. Below are details on how to create a standalone framework build which is not yet supported.

First install dependencies:

npm install

Then there is a debug build you can run for development currently:

npm run build:debug

This will create a single built file astrid.js in the /dist folder.