# Multiplayer

Add lobbies, messaging, and peer-to-peer networking to your game.

Source: https://docs.wavedash.com/multiplayer

<CardGroup cols={2}>
  <Card title="Lobbies" icon="users" href="/multiplayer/lobbies">
    Create rooms, manage members, chat, metadata, and invites.
  </Card>
  <Card title="P2P Networking" icon="network-wired" href="/multiplayer/networking">
    Direct peer-to-peer connections via WebRTC.
  </Card>
</CardGroup>
