A fun emoji-based math puzzle game. Solve equations where emojis represent numbers!
# Clone and run
git clone <repository-url>
cd emojiriddle
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reloadOpen http://localhost:8009 and start playing! 🎮
- See emoji equations (e.g., 🐶 + 🐶 = 8)
- Figure out what number each emoji represents
- Enter your answers and submit
- Get instant feedback and a new puzzle!
- Backend: FastAPI (Python)
- Frontend: Vanilla HTML/CSS/JavaScript
- No frameworks required - Just run and play!
For detailed information, see the docs/README.md.
Ready to push to GitHub! 🚀