A Terminal Base Combat Game, written in Go with Bubble Tea for a school assignment.
- Go 100%
| doc | Add gaphor file | |
| game | Tune effect and move values | |
| ui | Remove replaying option | |
| .gitignore | Add README and LICENSE | |
| go.mod | Properly generate bot moves | |
| go.sum | Properly generate bot moves | |
| LICENSE | Add README and LICENSE | |
| main.go | Implement first page: selecting type | |
| README.md | Add gaphor file | |
tbcg
A Turn-Based Combat Game for the terminal, written in Go with Bubble Tea.
tbcg is an acronym for "Terminal Based Combat Game".
The game itself is pretty self-explanatory to play.
This project was part of a school assignment, which is why you'll
find a German documentation file and a Gaphor diagram file in the doc directory.
Usage
You need an up-to-date Go compiler. Then just go run . or build an
executable binary with go build.
Contributions
I don't intend to continue working on this project, but if you have cool patch, I might take a look at it. I won't be reading issues. If you think you can improve this project by a lot, just create a fork.
License
MIT License, free to copy, modify and redistribute, no warranty or liability, etc.