Skip to content

sdbx/minda

Repository files navigation

Minda

Minda is an online multiplayer abalone, available on Windows and mac os. It supports custom map, spectator mode and sharding.

Build

Client

Open /client in Unity 2018.

Server

Lobby Server

cd lobby-server && go build

Game Server

cd game-server && cargo build

Chatbot

cd chatbot && npm run build