13 Save

Fast-action P2P multiplayer game 13 (js13k-2022)

Project README

Build Twitter Play Now

โ˜ ๏ธ 13 โ˜ ๏ธ

Fast-paced multiplayer top-down shooting game for js13k 2022 competition

๐ŸšชPLAY NOW

  • ๐ŸŽ–๏ธ 7-th place winner!
  • ๐Ÿฅ‡ 1-st place in Server category
  • ๐Ÿฅ‰ 3-rd place in Mobile category
  • Check out 13 game post-mortem
  • Check out initial 13kb submission source-code in js13k branch

๐Ÿ“– How to play

Start game, share the link and wait friends to play:

๐ŸŽฎ Controls

๐Ÿ–ฑ๏ธMouse | โŒจ๏ธ Keyboard

  • Move Mouse to aim and look around
  • Push Mouse button to shoot
  • Use W A S D / โ†‘ โ† โ†“ โ†’ to move
  • Hold Shift to slow down moving
  • Press E to to PICK weapon on the map or DROP your current weapon
  • Press Space to jump
  • Press R to reload weapon
  • Press Q to switch secondary weapon slot

๐Ÿ“ฑ 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 DROP button to pick weapon on the map or drop your current weapon
  • Use RELOAD button to reload the weapon
  • Use SWAP button to swap the secondary weapon slot

๐Ÿ“œ 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 1hp
  • ๐Ÿ’Š๏ธ Pill: pick to restore 2hp
  • ๐Ÿช™๏ธ Coin: pick for 1cr (credits)
  • ๐Ÿ’Ž๏ธ Diamond: pick for 5cr (credits)
  • ๐Ÿ›ก๏ธ Shield: pick to add 1sp (shield-point)
  • ๐Ÿงฑ๏ธ Ammo Magazine: pick to add 1am (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

Client

  • Good, low-latency network connection is required for each playing client
  • Fast mobile device or desktop to not lag other clients
  • WebAudio AudioContext support 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.

Server, build stack

  • NodeJS v18 or higher is required
  • NPM v7 or higher is required for workspaces

๐Ÿ“ฆ Resources

Code for Music generation in runtime created by author. Some instrument samples are picked from ZzFXM example song Depp

Emoji Font Twemoji Mozilla is used for cross-platform emoji rendering. Game is able to work without e.ttf file, but some icons are incorrect rotation angle, or different at all. But game should be playable anyway.

2D graphics rendering is started from js13k-2d and highly rewritten for what I need.

Sound Effects - ZZFX.

How to build

First of all, install dependencies:

npm i

Use start script to build and watch for changes, run local server (localhost:8080)

npm start

To deploy the game run the build script and then start the server

# build only
npm run build
# run server
node server.js

Modify game config

  1. Recommended way to change global game configuration is via packages/tools/src/config.ts file. It provides types and some good utilities to compose the final configuration.
  2. Generate packages/client/assets/config.json by running npm run config.
  3. Run npm start or npm run build - scripts will copy packages/client/assets/config.json to public/config.json, it will be loaded by the game and will be used for all global configuration.

If you need some new option from the code to be exposed in config.json, please create the issue.

Open Source Agenda is not affiliated with "13" Project. README Source: eliasku/13
Stars
84
Open Issues
22
Last Commit
9 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating