An open API service indexing awesome lists of open source software.

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

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