An interactive, browser-based game for children that teaches multiplication and division of numbers from 1 to 10, with a range of results up to 100. The game is in Polish and includes:
- Randomly generated multiplication and division problems
- Rhyming hints to help remember the results
- Timer (15 seconds per problem)
- Scoring system and high score ranking
- Sounds: correct answer, error, timeout, and clicks
- Final screen with the option to save the result and a "Play Again" button
- Clone the repository:
git clone https://github.com/your-user-name/repo-name.git
cd repo-name
- Install dependencies:
npm install
or
yarn install
- Run the application in developer mode:
npm run dev
lub
yarn dev
- Open in browser: http://localhost:3000
- Connect the repository to your Vercel account
- Deploy the project to the platform
- The game will be available at a public address
/app └── page.tsx # Start page with the game component └── Timer And Randomizer.jsx # Main game logic /public └── sounds/ # Sound files (correct.mp3, wrong.mp3, timeout.mp3, click.mp3) /public └── fun-math-character.png # Game illustration
- React + Next.js (app router)
- Framer Motion (animations)
- Audio API for sounds