This is a fun and interactive quiz game built using Go programming language. The game will present you with multiple-choice questions, and you'll have to choose the correct answer.
To install Go, follow the official installation guide: https://golang.org/doc/install
Once you have Go installed, you can clone this repository and run the game:
git clone https://github.com/NathanCordeiro/go-quiz.git
cd go-quiz
go run quiz.go
- Player enters the difficulty level (easy, medium, hard). The quiz will begin with a question from the selected difficulty level read form the 'questions.json' file.
- The game will display a question along with four options. Choose the number of the correct option by typing the corresponding number and pressing Enter.