Go to file
nefrace 845a7d3aba First day 2023-01-02 07:58:11 +03:00
w4 First day 2023-01-02 07:58:11 +03:00
.gitignore First day 2023-01-02 07:58:11 +03:00
Makefile First day 2023-01-02 07:58:11 +03:00
README.md First day 2023-01-02 07:58:11 +03:00
go.mod First day 2023-01-02 07:58:11 +03:00
main.go First day 2023-01-02 07:58:11 +03:00
player.go First day 2023-01-02 07:58:11 +03:00
ropes.go First day 2023-01-02 07:58:11 +03:00
target.json First day 2023-01-02 07:58:11 +03:00
vectors.go First day 2023-01-02 07:58:11 +03:00

README.md

newyearkrendelki

A game written in Go for the WASM-4 fantasy console.

Building

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.

  • 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!