Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrhyshoward/termtron
1 - 4 player terminal game based on BMTron
https://github.com/benrhyshoward/termtron
go golang terminal-game
Last synced: 29 days ago
JSON representation
1 - 4 player terminal game based on BMTron
- Host: GitHub
- URL: https://github.com/benrhyshoward/termtron
- Owner: benrhyshoward
- Created: 2020-01-12T10:41:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T21:35:45.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T23:28:31.845Z (4 months ago)
- Topics: go, golang, terminal-game
- Language: Go
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - termtron - 4 player terminal game based on BMTron (Repositories)
README
# TermTron
1 - 4 player game, which runs directly in the terminal.
![Screenshot](screenshot.png)
Don't crash into edges, other players, or yourself. Last one standing is the winner.
Concept taken from a game called [BMTron](https://www.games1729.com/archive/).Uses [termbox-go](https://github.com/nsf/termbox-go) for most of the terminal interaction.
### Running
```
go get github.com/benrhyshoward/termtron
$GOPATH/bin/termtron
```### Possible improvements
- System to keep track of how many rounds each player has won.
- Dockerise.
- Add tests.
- [termbox-go](https://github.com/nsf/termbox-go) isn't fully maintained anymore. Switch to another terminal library, maybe [tcell](https://github.com/gdamore/tcell).