bwplay-cli
v1.1.0
Published
Tools for creating simple browser games
Downloads
2
Maintainers
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 serve
See the documentation's getting started guide for a more practical introduction to the tooling.
Projects Using bwplay-cli
- Cross-Count - a minimalistic numbers puzzler