Text-Based Adventure Game
- Fix bug where you can't exit game while in prompt
- Add a save and load system to save progress
- Improve UI
tbag is a text-based adventure game engine. It is written in Go and uses the bubbletea library for easy terminal interaction.
tbag is built using Go. The following commands will build the project:
go build
tbag is run from the command line. The following command will run the game:
./tbag