Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanblackborough/mathsquiz
Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.
https://github.com/deanblackborough/mathsquiz
beginner cpp learning-by-doing mathematics
Last synced: about 1 month ago
JSON representation
Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.
- Host: GitHub
- URL: https://github.com/deanblackborough/mathsquiz
- Owner: deanblackborough
- License: mit
- Created: 2021-11-29T10:22:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T13:52:46.000Z (about 3 years ago)
- Last Synced: 2024-11-05T11:10:59.074Z (3 months ago)
- Topics: beginner, cpp, learning-by-doing, mathematics
- Language: C++
- Homepage:
- Size: 57.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![MSBuild](https://github.com/deanblackborough/MathsQuiz/actions/workflows/msbuild.yml/badge.svg)](https://github.com/deanblackborough/MathsQuiz/actions/workflows/msbuild.yml)
# MathsQuiz
Small Maths quiz app to generate questions for my 8 and 2 year old.
Very much a work in progress as I start playing around with C++.
As a newbie to C++ I don't know how I should be setting up the project, what compiler I should be using or any of the other stuff, if you have any best practice suggestions please leave a comment in an issue.