Go to file
nefrace 461d177cfa Clamping player's position horizontally, added camera 2023-01-06 01:20:47 +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 Clamping player's position horizontally, added camera 2023-01-06 01:20:47 +03:00
player.go Clamping player's position horizontally, added camera 2023-01-06 01:20:47 +03:00
ropes.go Clamping player's position horizontally, added camera 2023-01-06 01:20:47 +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!