Pixels Blazing is a top-down isometric shooter game.
To contribute or help on development, you can contribute code or assets and test them in production via the following commands. Assets, which include files like .mp4
, .png
, .json
etc. but are not limited to, are stored under dist/assets
.
* | Command | Description |
---|---|---|
1 | npm run dev |
Runs a local server at port 420 and generates the .map . |
2 | npm run build |
Builds the files without generating the .map or firing a local server. |
3 | npm run watch |
Runs a local server which will build everytime a file change under src is detected. |
This borrows code for rendering from . We thank all contributors for their generous work!