1
2 Comments

I built mini game for math!

Hi, this is my first post on IH!

I built a mini game for math for fun. My tech stacks are NextJS and FastAPI. It took me 8 days to complete the development. I can't believe that I can make it😵

Link: https://qkmath.com/

This game contains 4 basic math operations: addition, subtraction, multiplying,and division . The question is completely generated by a Python script; if you find an error or have any suggestions, let me know in the comment section.

on October 20, 2022
  1. 1

    That sounds like a fun and educational project! It’s great how coding simple games like this helps build logic and problem-solving skills. Learning Python through creative ideas makes it much easier to understand the basics of programming.

  2. 1

    "Absolutely resonate with your thoughts here! Education, especially the parts where we get to practically apply what we've learned, has been a game-changer for me. It's all about bringing those abstract concepts down to earth and seeing them in action, right?
    Just recently, I stumbled upon a tool that perfectly illustrates this point – the DividedBy calculator. It was during a moment I needed to figure out if 300 was divisible by 15. The reason I needed to calculate this was for a budgeting exercise. I was planning a small event and wanted to split costs equally among 15 friends, with a total budget of 300 dollars. Understanding the divisibility quickly and accurately helped me ensure the cost per person was fair and manageable for everyone involved. This tool not only confirmed the divisibility and showed me the exact result (20, by the way) but it also made what could have been a tedious task surprisingly simple and efficient.
    This approach has truly deepened my understanding of mathematical concepts, far beyond the textbook exercises. Connecting theory with real-world application in this way has enriched my learning journey immensely.