https://github.com/1j01/polywogg
πΈβππͺπ‘π¬π€Ί
https://github.com/1j01/polywogg
2-player 2-players eggnogg game multiplayer multiplayer-game nidhogg pvp sword swordfighting swords two-player wasm-4
Last synced: 26 days ago
JSON representation
πΈβππͺπ‘π¬π€Ί
- Host: GitHub
- URL: https://github.com/1j01/polywogg
- Owner: 1j01
- License: mit
- Created: 2022-08-22T02:29:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T19:54:21.000Z (over 2 years ago)
- Last Synced: 2025-02-07T07:51:14.390Z (3 months ago)
- Topics: 2-player, 2-players, eggnogg, game, multiplayer, multiplayer-game, nidhogg, pvp, sword, swordfighting, swords, two-player, wasm-4
- Language: TypeScript
- Homepage: https://1j01.github.io/polywogg/
- Size: 224 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Polywogg
A 2 player sword fighting game for the [WASM-4](https://wasm4.org) fantasy console,
inspired by [Eggnogg+](https://madgarden.itch.io/eggnogg) which is an incredibly fun game inspired by [Nidhogg](http://nidhogggame.com/).## Play
[Play the game here](https://1j01.github.io/polywogg/)
### 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](https://nodejs.org) and WASM-4 if you haven't already. WASM-4 can be [downloaded manually](https://wasm4.org/docs/getting-started/setup), or installed with npm (which comes with Node) by running:
```bash
npm install -g wasm4
```Then setup the project by running:
```shell
npm install
```Build and run the game with:
```shell
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](LICENSE.txt)