Skip to content

A simple game where the user tries to guess a randomly selected number. After each guess, the application tells the user if their guess is too high or too low. This is repeated until the user guesses the number.

License

Notifications You must be signed in to change notification settings

jasonharrison/hilo_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hilo_go

A simple game where the player tries to guess a randomly selected number. After each guess, the application tells the player if their guess is too high or too low. This is repeated until the player guesses the correct number.

main.go demonstrates structs and methods, generating random numbers using math/rand, and reading console input with bufio.

main_test.go demonstrates testing using the testify toolkit.

About

A simple game where the user tries to guess a randomly selected number. After each guess, the application tells the user if their guess is too high or too low. This is repeated until the user guesses the number.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages