A 2 player sword fighting game for the WASM-4 fantasy console, inspired by Eggnogg+ which is an incredibly fun game inspired by Nidhogg.
- Player 1: Arrows + . + , or gamepad 1
- Player 2: ESDF + A + Tab or gamepad 2
Press Enter in the game and select COPY NETPLAY URL, then send the copied URL to a friend!
First install Node.js and WASM-4 if you haven't already. WASM-4 can be downloaded manually, or installed with npm (which comes with Node) by running:
npm install -g wasm4
Then setup the project by running:
npm install
Build and run the game with:
npm start
This will open a page in your browser and automatically reload when you make changes.*
*It won't reload when changing images, yet.