Skip to content

Repository files navigation

Math Puzzle Game

A simple and interactive educational logic game built with Python and Tkinter.

About the Game

The goal of the game is to arrange numbers in houses correctly. Each number must be greater than its left neighbor and smaller than its right neighbor.

  • Place numbers by clicking on them with the left mouse button.
  • Earn points for correct placements, but be careful — wrong answers will cost you points!
  • Each level contains one extra number to trick you. Try to get the highest score!

Features

  • Graphical Interface: Built completely using Python's tkinter Canvas.
  • Multiple Levels: 3 distinct difficulty levels with increasing complexity.
  • Score Tracking: Keeps track of your current points and high score across the session.
  • Animations: Includes simple visual feedback and victory animations.

How to Run

  1. Make sure you have Python 3 installed on your computer. (The tkinter library is included in standard Python installations, so no extra modules are needed).
  2. Download or clone this repository to your computer.
  3. Make sure all .png images are in the same folder as the script.
  4. Run the main file from your terminal or command prompt: python main.py

About

A simple educational math puzzle game built with Python and Tkinter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages