HKhademian / Snake4W

Wasm4 Snake implemention

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake4W

ScreenShot
This is a simple snake game written in AssemblyScript for the WASM-4 fantasy console.
Play Online

Building

First setup the project by running:

pnpm install

Build the cart by running:

pnpm run build

Then run it with:

w4 run build/cart.wasm

To ease development, use it with:

w4 watch

About

Wasm4 Snake implemention


Languages

Language:TypeScript 100.0%