https://github.com/oderwat/go-guess-the-number-app
A simple "guess the number" game for testing "go-app"
https://github.com/oderwat/go-guess-the-number-app
Last synced: 11 months ago
JSON representation
A simple "guess the number" game for testing "go-app"
- Host: GitHub
- URL: https://github.com/oderwat/go-guess-the-number-app
- Owner: oderwat
- License: mit
- Created: 2021-10-03T12:51:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T10:04:26.000Z (about 2 years ago)
- Last Synced: 2025-08-02T16:54:54.861Z (11 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# go-guess-the-number-app
A simple "guess the number" using the [go-app](https://github.com/maxence-charriere/go-app) framework!
If you have [Reflex](https://github.com/cespare/reflex) installed, you can run it with semi LiveReload using `make watch`.