- A simple tank game just for learn golang
- Use redis as game server
# Start a redis server
docker run --name redis -p 6379:6379 -e REDIS_PASSWORD=secret bitnami/redis:latest
#Start game with redis server on localhost:6379, redis password is secret
./tank --name=letieu --host=localhost:6379 --pass=secret
- Play tank inside terminal
- Multiple player
- View port
- Leader board
- Configurable via UI (Charm)
- Play via SSH with wish