Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.07 KB

Pixels-Blazing

Pixels Blazing is a top-down isometric shooter game.

Development

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.

Notes

This borrows code for rendering from here. We thank all contributors for their generous work!