aryuuu / mines-party-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mines Party

Multiplayer online minesweeper game

Live at TBD

Repositories

How to run

  • Install godotenv (optional)
  • Install air (optional)
  • copy .env.example to .env and fill in the values
cp .env.example .env
  • run server

with godotenv

godotenv -f .env go run cmd/server/main.go

with air

air

About


Languages

Language:Go 99.3%Language:Dockerfile 0.7%