A simple number guessing game implemented in Go.
- Ensure you have the latest version of Go installed. You can download it from golang.org.
- Alternatively, you can run the program using an online Go compiler such as Programiz Online Go Compiler.
-
Clone the repository or download the source code.
-
Open a terminal and navigate to the project directory.
-
Run the following command:
go run main.go
This project is based on the Number Guessing Game from roadmap.sh.