In this video, we describe how to write a simple CLI guessing Numbers game in Golang using the go “fmt” “time” “math/rand” packages, This game prompts us to guess an already predefined random number by the compiler using the math/rand and time packages in Golang, we also set a maximum amount of trials and this number is incremented by every trial.

#golang #go

WRITE A BASIC GAME IN 10 minutes (Using GOLANG)
2.15 GEEK