A FastAPI-based implementation of the popular Wordle game, inspired by the New York Times Wordle. Play and enjoy the classic word-guessing game with a modern backend built using FastAPI.
Features
- Guess the Word: Try to guess the hidden 5-letter word within 6 attempts.
- Feedback on Guesses: Get color-coded feedback for each guess to help you deduce the correct word.
- Game Reset: Start a new game and track your stats.
Technologies
- FastAPI: High-performance web framework for building APIs with Python 3.6+.
- Uvicorn: ASGI server for running FastAPI applications.
- SQLite: Lightweight database for storing game data.
- Pydantic: Data validation and settings management.