Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 425 Bytes

File metadata and controls

27 lines (19 loc) · 425 Bytes

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