https://github.com/ecelis/go-adventure
How to program a text aventure game in Go a learning exercise
https://github.com/ecelis/go-adventure
Last synced: about 1 year ago
JSON representation
How to program a text aventure game in Go a learning exercise
- Host: GitHub
- URL: https://github.com/ecelis/go-adventure
- Owner: ecelis
- License: other
- Created: 2021-12-14T00:08:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T01:52:15.000Z (over 4 years ago)
- Last Synced: 2025-02-16T04:44:13.476Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to program a text adventure in Go
Based on https://helderman.github.io/htpataic/htpataic01.html
## References
- [Go by Example](https://gobyexample.com/)
- https://pkg.go.dev/