xenoverseup/crazy-factory
wasm4
Public
wasmer run xenoverseup/crazy-factory
wasmer run xenoverseup/crazy-factory
Crazy Factory
A game written in AssemblyScript for the WASM-4 fantasy console.
Building
First setup the project by running:
npm install
Build the cart by running:
npm run build
Then run it with:
w4 run build/cart.wasm
To build and run the game natively:
npm start
To build and run the game on web:
npm start:web