Skip to content

1j01/polywogg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

86 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Polywogg

A 2 player sword fighting game for the WASM-4 fantasy console, inspired by Eggnogg+ which is an incredibly fun game inspired by Nidhogg.

Play

Play the game here

Local Multiplayer

  • Player 1: Arrows + . + , or gamepad 1
  • Player 2: ESDF + A + Tab or gamepad 2

Online Multiplayer

Press Enter in the game and select COPY NETPLAY URL, then send the copied URL to a friend!

Building

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.

License

MIT license