Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.