GitHub - MiguelRipoll23/gameserver: A game server built for Deno

1 min read Original article ↗

Skip to content

Navigation Menu

Game server

A game server built for multiplayer games.

Go to example game

Features

  • User registration and authentication using device authenticator
  • Secure cloud-based game configuration to update game settings remotely
  • Server messages and notifications for connected players
  • Matchmaking using token-based pairing with tunneling support
  • Player and host identity verification
  • Chat messages integrity using digital signatures
  • Secure player score management

Demo

image

Getting started

  1. Create an .env file based on the template file .env.template
  2. Execute deno task dev
  3. Have fun! (mandatory)

Contributing

I welcome contributions of all kinds! Whether you're fixing bugs, adding new features, improving documentation, or suggesting enhancements, your efforts are appreciated.

Play, Create & Share