game_one Run server # run on your machine go run server/*.go # OR run in docker on your machine docker-compose up -d Run client go run main.go