Skip to content

CLI Guessing Game on Golang using a Doubly Linked List

Notifications You must be signed in to change notification settings

anaximeno/GuessTheNum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess The Number

Guess the number is a guessing game made with the Go programming language, where you have to guess the correct number between a range of values. While playing, the game will give you hints to help you reach the desired number.

An example of its interface.

How to Test

For testing the game you only must have a version of the go compiler installed on your machine, then you can use the following commands:

go run main.go

Or you can compile it first and then execute the binary format:

go build main.go
./main

*When compiling you can execute the first line just one time and then call it whenever you want using the binary file.

About

CLI Guessing Game on Golang using a Doubly Linked List

Topics

Resources

Stars

Watchers

Forks

Languages