@hex-engine/2d game
This repo was created using create-hex-engine-game
.
Usage
To run a development webserver for your game locally:
npm start
To build a production version of your game for redistribution:
npm run build
For more info, head on over to Hex Engine's website.