- um simples e divertido projeto desenvolvido em Go (Golang)
- O objetivo é adivinhar um número inteiro aleatório entre 1 e 100, com até 15 tentativas.
- Go (Golang)
- bufio
- math/rand
- strconv e strings
- Clonar repositorio
$ git clone https://github.com/Luuan11/guestTheNumber.git
- Entre no diretório do projeto
$ cd guestTheNumber
- Execute o jogo
$ go run main.go
Made with 💜 by Luan Fernando.