/GOmath

A very very basic math game for kids

Primary LanguageGo

GOmath

A very very basic math game for kids

Getting Started

  1. Clone the repository:
git clone https://github.com/<your-username>/mathquiz.git
  1. Run the program:
go run main.go
  1. Access the quiz service in your browser at http://localhost:8080.

Quiz Service

The quiz service generates simple addition problems and provides a set of options for the user to choose from. The user can submit their answer and receive feedback on whether it is correct or not.

Dependencies

This project relies on the following packages:

  • encoding/json
  • net/http

These dependencies can be installed by running go get in your terminal.

Contribution

Feel free to submit pull requests to contribute to this project.