# Tigrinya Learning Game
An interactive educational game that helps English-speaking children learn Tigrinya (Geez script) through fun and engaging gameplay.
## Features
- Interactive letter recognition game
- Audio pronunciation for each letter
- Score tracking
- Modern, kid-friendly UI design
- Responsive layout
## Setup Instructions
1. Install dependencies:
```bash
npm install
```
2. Start the development server:
```bash
npm start
```
The game will be available at `
localhost`
## Game Mechanics
- The game displays a random Tigrinya letter
- Players must select the correct English pronunciation
- Correct answers increase the score
- Audio pronunciation is provided for each letter
- The game continues with random letters
## Requirements
- Node.js and npm
- Modern web browser
- Internet connection for audio playback
## Contributing
Feel free to contribute by adding more letters, improving the UI, or adding new game modes!