Skip to content

A fun set of math games built in Python, including scatter plot guessing, algebra challenges, and projectile slider game.

Notifications You must be signed in to change notification settings

Anandusasikumar10/Math-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Math Games in Python (Colab Ready)

This project includes three fun and educational math games implemented in Python:

1. ๐Ÿ“Œ Scatter Plot Game

  • Randomly places red dots on a grid.
  • You must guess the (x, y) coordinates.

2. ๐Ÿง  Algebra Practice Game

  • Solves one-step and two-step algebra problems.
  • Difficulty can be set to easy or hard.

3. ๐ŸŽฏ Projectile Game (with sliders!)

  • A wall appears at a random location and height.
  • Adjust parameters a, b, and c of a parabola to clear the wall using sliders.

๐Ÿ”ง Requirements

  • matplotlib
  • ipywidgets
  • numpy

Install via:

pip install matplotlib ipywidgets numpy

About

A fun set of math games built in Python, including scatter plot guessing, algebra challenges, and projectile slider game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages