https://github.com/erichenry/dgo
The Don't Go Over game, inspired by Price is Right
https://github.com/erichenry/dgo
Last synced: 12 months ago
JSON representation
The Don't Go Over game, inspired by Price is Right
- Host: GitHub
- URL: https://github.com/erichenry/dgo
- Owner: EricHenry
- Created: 2020-07-07T02:04:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T07:48:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:19:01.766Z (over 1 year ago)
- Language: Go
- Size: 955 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Don't Go Over
## SERVER
To run the server:
1) Make sure you have Go (>= 1.14.6) installed
2) Run `go mod verify` to ensure you have all dependencies (should happen since they're all vendored)
3) Run `go build`
4) `./main`