Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troy0820/perfect-good-guess-game
Sharpen Your Saw VI implemented in Go
https://github.com/troy0820/perfect-good-guess-game
game go golang javascript js node nodejs
Last synced: about 1 month ago
JSON representation
Sharpen Your Saw VI implemented in Go
- Host: GitHub
- URL: https://github.com/troy0820/perfect-good-guess-game
- Owner: troy0820
- Created: 2019-02-28T15:22:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T20:46:30.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:21:13.408Z (7 months ago)
- Topics: game, go, golang, javascript, js, node, nodejs
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perfect Good Bad Guess Game
### This was implemented in Go inspired by Sharpen Your Saw VI
#### How to play
```bash
git clone github.com/troy0820/pefect-good-guess-game
go run guess.go -number 4 (without flag it defaults to 3)Enter your guess:
1 2 3 4
``````bash
node index.js -d 3
Enter your guess:
123
```
When you see "You Got It!", you have won.