Skip to content

radoslawszulgo/toca-boca-multiple-and-divide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Educational Game: Multiplication and Division with Rhyme

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

Local Installation and Launch

  1. Clone the repository:
git clone https://github.com/your-user-name/repo-name.git
cd repo-name
  1. Install dependencies:
npm install

or

yarn install
  1. Run the application in developer mode:
npm run dev

lub

yarn dev
  1. Open in browser: http://localhost:3000

Deploy on Vercel

  1. Connect the repository to your Vercel account
  2. Deploy the project to the platform
  3. The game will be available at a public address

File structure

/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

Technology

  • React + Next.js (app router)
  • Framer Motion (animations)
  • Audio API for sounds

About

Toca Boca game to learn multiply and divide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published