Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 350 Bytes

Number guessing game

a very simple implementation of number guessing game using Go.

How it works

  1. generates a random number
  2. gets a fact about that number from numbersapi.
  3. checks with the user input.

How to run

$ git clone https://github.com/nsltharaka/guess-game.git
$ cd guess-game
$ go run . --limit 100