A demo game using Unity for the game client and Golang for a websocket server.
- Unity Editor:
version 2020.3.21f1
- Docker
- Docker Compose
- make
- Build and spin-up the Golang game server.
cd GameServer/
make build
make up
- Open the Unity editor and run the game.
Deploy to Heroku. View app info. View logs.
cd GameServer/
make prod-deploy
make prod-info
make prod-logs