Go to file
nefrace 6119e288f8 Improved player movement on ropes 2023-01-05 02:33:51 +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 Improved player movement on ropes 2023-01-05 02:33:51 +03:00
player.go Improved player movement on ropes 2023-01-05 02:33:51 +03:00
ropes.go Improved player movement on ropes 2023-01-05 02:33:51 +03:00
target.json First day 2023-01-02 07:58:11 +03:00
vectors.go Improved ropes 2023-01-04 00:00:32 +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!