Skip to content

letieu/tank-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal multiple players tank game

  • A simple tank game just for learn golang
  • Use redis as game server

image

Usage

# 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

WIP

  • Play tank inside terminal
  • Multiple player
  • View port
  • Leader board
  • Configurable via UI (Charm)
  • Play via SSH with wish