1
1
Fork
You've already forked tbcg
0
A Terminal Base Combat Game, written in Go with Bubble Tea for a school assignment.
  • Go 100%
2026年05月24日 16:39:21 +02:00
doc Add gaphor file 2026年05月24日 16:39:21 +02:00
game Tune effect and move values 2026年05月15日 18:30:18 +02:00
ui Remove replaying option 2026年05月15日 17:50:45 +02:00
.gitignore Add README and LICENSE 2026年04月30日 14:15:32 +02:00
go.mod Properly generate bot moves 2026年04月16日 21:40:01 +02:00
go.sum Properly generate bot moves 2026年04月16日 21:40:01 +02:00
LICENSE Add README and LICENSE 2026年04月30日 14:15:32 +02:00
main.go Implement first page: selecting type 2026年04月01日 12:10:35 +02:00
README.md Add gaphor file 2026年05月24日 16:39:21 +02:00

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.