https://github.com/jeslipriya/math-expo
Fun Calculator Game is an interactive and engaging calculator with animations, sound effects, and a colorful UI. It supports basic math operations while making calculations fun with playful visuals and audio feedback.
https://github.com/jeslipriya/math-expo
animations children children-games css fun game html js learning math mathematical-learning mathematics operations play userfriendly
Last synced: about 1 month ago
JSON representation
Fun Calculator Game is an interactive and engaging calculator with animations, sound effects, and a colorful UI. It supports basic math operations while making calculations fun with playful visuals and audio feedback.
- Host: GitHub
- URL: https://github.com/jeslipriya/math-expo
- Owner: jeslipriya
- Created: 2025-02-28T15:20:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-03T06:07:08.000Z (11 months ago)
- Last Synced: 2025-09-07T01:03:49.565Z (10 months ago)
- Topics: animations, children, children-games, css, fun, game, html, js, learning, math, mathematical-learning, mathematics, operations, play, userfriendly
- Language: HTML
- Homepage:
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Fun Game
## Overview
Math Fun Game is an interactive and engaging web-based game designed to make learning math fun. It features colorful animations, sound effects, and an exciting level-based structure to improve mathematical skills.
## Features
- **Colorful & User-Friendly UI**: Engaging design with animations and sound effects.
- **Multiple Levels**: Unlock levels as you progress, from counting to all operations.
- **Interactive Sound Effects**: Enhances the gaming experience.
- **Dynamic Questions**: Different questions for each level.
- **Score Tracking**: Displays the player's score after each round.
## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: None (Purely frontend-based)
- **Assets**: WebP icons, sound effects
## Installation & Usage
1. **Clone the repository:**
```bash
git clone https://github.com/jeslipriya/Math-Expo.git
```
2. **Navigate to the project folder:**
```bash
cd math-fun-game
```
3. **Open `index.html` in a browser** to start playing.
## File Structure
- `index.html` - Main entry point of the app.
- `styles.css` - Styling for the UI.
- `script.js` - JavaScript logic for the game.
- `game.mp3` - Background sound for the game.
- `signin.mp3` - Sound effect for sign-in actions.
- `icon.webp`, `icon2.webp` - Icons used in the project.
## How to Play
1. Click **Level 1** to start.
2. Answer math questions correctly to progress.
3. Unlock new levels by completing previous ones.
4. Track your **score** and improve your skills!
## Contributing
Feel free to contribute by:
- Reporting bugs
- Adding new levels
- Improving the UI
---
Happy Learning!