Package Exports
- bwplay-cli
- bwplay-cli/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bwplay-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bwplay-cli
bwplay-cli is a set of tools for building javascript-based games.
The tooling is designed to be minimal and flexible.
Check out the documentation for a full run-down of the features of this project.
Features
- Generate TypeScript code that handles loading external audio assets.
- Run a development server that automatically reloads your code and assets as they change.
- Export your project as an Android project or a Progressive Web App (PAW).
Quick-Start
The quickest, smallest possible project can be set up as follows:
npm i bwplay-cli
npm exec -- bwplay-cli new
echo 'console.log("Hello, World!")' > main.js
npm exec -- bwplay-cli serveSee the documentation's getting started guide for a more practical introduction to the tooling.
Projects Using bwplay-cli
- Cross-Count - a minimalistic numbers puzzler