 13
 13
PvP multiplayer top-down shooter game for js13k 2022 competition
- 7-th place winner! 
- 1-st place in Server category 
- 3-rd place in Mobile category 
- Check out 13 game post-mortem
 How to play
 How to play
Create or join existed game, or create your own game room and share the link with friends.
 Controls
 Controls
 Mouse |
Mouse |  Keyboard
 Keyboard
- Move Mouse to aim and look around
- Push Mouse button to shoot
- Use W A S D/โ โ โ โto move
- Hold Shiftto slow down moving
- Press Eto to PICK weapon on the map or DROP your current weapon
- Press Spaceto jump
- Press Rto reload weapon
- Press Qto switch secondary weapon slot
 Touch-screen
 Touch-screen
- Use Left Joystick to walk-run-jump
- Use Right Joystick to aim-shoot (Move around aim-shoot zones to trigger some weapons like Pistol)
- Use DROPbutton to pick weapon on the map or drop your current weapon
- Use RELOADbutton to reload the weapon
- Use SWAPbutton to swap the secondary weapon slot
 Rules
 Rules
At spawn each Player or NPC has 10hp (hit points). You are able to get extra 10sp (shield points) on top of that.
- Player kills neutral NPC to gain +1 score.
- Player kills another Player to gain +10 scores.
Kill opponents  | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 to score 
FRAG and get 5cr
Kill NPC  | 
 | 
 | 
 to score 
FRAG and get 1cr
Items
Destroy objects  | 
 | 
 to get items
- Heart: pick to restore 1 - hp
- ๏ธ Pill: pick to restore 2 - hp
- ๏ธ Coin: pick for 1 - cr(credits)
- ๏ธ Diamond: pick for 5 - cr(credits)
- Shield: pick to add 1 - sp(shield-point)
- ๏ธ Ammo Magazine: pick to add 1 - am(ammo-magazine)
Weapons
- Knife (melee) 
- Axe (melee) 
- Pistol (trigger) 
- Machine-gun (auto) 
- ๏ธHeavy machine-gun (auto) 
- Shotgun (bouncing, scatter) 
- Crossbow (high velocity) 
- Plasma-gun (bouncing, auto) 
- Rail-gun (piercing) 
- Uzi (tracer bullets, rapid fire) 
Dev-menu
Tap 4 times on the main game logo to unlock dev-mode and dev-settings.
Minimal requirements
- Good, low-latency network connection is required for each playing client
- Fast mobile device or desktop to not lag other clients
- WebAudio AudioContextsupport is required (available from Safari iOS 14.5, April 2021)
- WebGL context is required
- Modern JS syntax support
- Checked in the latest Chrome, Safari, Firefox on iOS, Android and Mac.