# Eritrean Name Analyzer 🇪🇷🎮
A fun little **HTML/CSS/JavaScript** project that mixes a **Tic-Tac-Toe mini game** with a playful **Eritrean name “analysis”** (meaning + random stats).
Win the game once to unlock the name analyzer.
## ✨ Features
- 🎮 **Tic-Tac-Toe vs Computer** (medium difficulty AI)
- 🔒 **Locked analyzer** until you win once
- 🔍 **Name analyzer** with:
- Name meaning (English + Tigrinya when available)
- Random “stats” like height, forehead size, patience level 😄
- Random personality/skill badges
- 📱 **Mobile friendly** (responsive layout + touch-friendly buttons)
## 🧠 How it works
1. Play Tic-Tac-Toe (you are **X**).
2. If you win, the analyzer unlocks.
3. Enter a name + select gender and get results.
> Note: This is made for fun/learning. The “stats” are random and not real.
## 🚀 Run locally
No setup needed.
1. Download / clone the repo
2. Open `index.html` in your browser
- Windows: double click the file
- macOS/Linux: open with any browser
## 🌍 Live demo (GitHub Pages)
If you enable GitHub Pages:
1. Go to **Settings → Pages**
2. Choose **Deploy from branch**
3. Select **main** branch and **/(root)**
4. Save — your project will get a public URL
Then add your link here:
- **Live Demo:**
philmonlab.github.io
## 🗂 Project structure
- `index.html` — everything (HTML + CSS + JS) in one file
## 🛠️ Tech stack
- HTML
- CSS
- Vanilla JavaScript
## ✅ Ideas to improve
- Add more Eritrean names to the database
- Add difficulty levels for the AI
- Add sound effects + animations
- Save win streak / last results using `localStorage`
- Add a dark mode toggle