lucky-number-game-go
Lucky number game using go language
This is a simple game in which user need to guess a number and pass it as command line argument
Game program generates a random number and checks if the guessed number is equal to generated random number
If so – YOU WIN
If not – YOU LOST
How to play?
- Download the repo
- Open command prompt and navigate to repo directory
- Execute go run lucky_number_game.go YOUR_LUCKY_NUMBER
Happy coding!!!