nefrace 7894952c18 | ||
---|---|---|
w4 | ||
.gitignore | ||
Makefile | ||
README.md | ||
actor.go | ||
bullet.go | ||
enemy.go | ||
gamestate.go | ||
go.mod | ||
logo.png | ||
main.go | ||
menu.go | ||
music.go | ||
player.go | ||
ropes.go | ||
target.json | ||
vectors.go |
README.md
newyearkrendelki
A game written in Go for the WASM-4 fantasy console.
Building
REQUIRES GO 1.19 AND TINYGO 0.26
Build the cart by running:
make
Then run it with:
w4 run build/cart.wasm
For more info about setting up WASM-4, see the quickstart guide.
Links
- Documentation: Learn more about WASM-4.
- Snake Tutorial: Learn how to build a complete game with a step-by-step tutorial.
- GitHub: Submit an issue or PR. Contributions are welcome!