An open API service indexing awesome lists of open source software.

https://github.com/maxisam/math-whac-a-mole

math games
https://github.com/maxisam/math-whac-a-mole

Last synced: 4 months ago
JSON representation

math games

Awesome Lists containing this project

README

          

# 🧮 Math Whac-A-Mole

A fun, interactive educational game built with **Angular v21** and **Signals**. Test your multiplication skills by whacking the mole holding the correct answer!

## 🎮 Features

- **Angular Signals**: Fully reactive state management using Angular's latest reactivity model.
- **Tailwind CSS**: Beautiful, responsive, and animated UI.
- **Gameplay**:
- Solve multiplication problems (e.g., `5 x 3 = ?`).
- Whack the mole with the correct number.
- Earn points for correct hits, lose points for mistakes.
- Race against the 60-second timer!
- **High Score**: Tracks your best performance locally.

## 🛠 Tech Stack

- **Framework**: [Angular](https://angular.dev/) (v21)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **State Management**: Signal-based Store Service
- **Build**: Vite / Angular CLI

## 🚀 Run Locally

**Prerequisites:** Node.js (v18+)

1. **Install dependencies:**
```bash
yarn
```

2. **Start the development server:**
```bash
npm run dev
# or
ng serve
```

3. **Play:**
Open your browser and navigate to `http://localhost:4200/`.

## 🤖 For AI Agents & Contributors

Please refer to [agents.md](./agents.md) for coding standards, architectural guidelines, and best practices before making changes.

---


Built with ❤️ using Angular