https://github.com/letieu/tank-online
Multiple player tank game inside terminal
https://github.com/letieu/tank-online
go golang golang-example terminal-game
Last synced: 3 months ago
JSON representation
Multiple player tank game inside terminal
- Host: GitHub
- URL: https://github.com/letieu/tank-online
- Owner: letieu
- Created: 2024-05-03T10:10:35.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:58:35.000Z (9 months ago)
- Last Synced: 2024-07-17T18:27:51.254Z (9 months ago)
- Topics: go, golang, golang-example, terminal-game
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Terminal multiple players tank game
- A simple tank game just for learn golang
- Use redis as game server
## Usage
```bash
# 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
- [X] Play tank inside terminal
- [x] Multiple player
- [x] View port
- [ ] Leader board
- [ ] Configurable via UI (Charm)
- [ ] Play via SSH with wish