https://github.com/zantier/multi
A multiplayer browser game server and client
https://github.com/zantier/multi
Last synced: 17 days ago
JSON representation
A multiplayer browser game server and client
- Host: GitHub
- URL: https://github.com/zantier/multi
- Owner: Zantier
- Created: 2025-04-21T08:26:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-24T09:17:36.000Z (28 days ago)
- Last Synced: 2025-05-04T22:58:29.172Z (17 days ago)
- Language: Svelte
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi
A rewrite of the server-side of my Trifix game (https://daav.ee/trifix) in Rust.
### Requirements
- `nix`
- `direnv`### Setup
- Copy `.envrc.example` to `.envrc`
- Run `direnv allow`
- See `server` and `client` directories