Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NathanCordeiro/Go-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Go-Quiz


Introduction

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.

Installation

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

How it works

  • 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.

About

This is a quiz game made in go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages