https://github.com/miguelripoll23/gameserver
A game server built with Deno KV
https://github.com/miguelripoll23/gameserver
game matchmaking server
Last synced: 11 months ago
JSON representation
A game server built with Deno KV
- Host: GitHub
- URL: https://github.com/miguelripoll23/gameserver
- Owner: MiguelRipoll23
- Created: 2025-02-27T17:13:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T21:05:36.000Z (11 months ago)
- Last Synced: 2025-02-28T00:46:44.128Z (11 months ago)
- Topics: game, matchmaking, server
- Language: TypeScript
- Homepage: https://gameserver.deno.dev
- Size: 44.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game server
A game server built with Deno KV.
[Go to example game](https://miguelripoll23.github.io/hood-ball/)
## 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
- Secure player score management
## Demo

## 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