Wordle Game is an engaging, browser-based word guessing game inspired by the popular daily challenge. The app offers a smooth user experience with real-time interaction, highlights, and scoring features. Built with modern technologies, it is fully responsive and integrates with Django and React for seamless front-end and back-end communication.
- Interactive Word Guessing: Challenge yourself to guess the 5-letter word within six attempts. Receive visual feedback with colored highlights for correct letters.
- Session-Based Gameplay: Each player’s session is tracked, allowing for a persistent gaming experience.
- Responsive Design: Fully optimized for both desktop and mobile devices for a smooth gaming experience across all platforms.
- Real-Time Scoring: Players get immediate feedback after each guess with scoring based on accuracy and attempts.
- User-Friendly UI: Elegant and minimalistic design, focusing on ease of use and fast interactions.
- React
- Django + REST Framework
- SQLite (Development) / PostgreSQL (Production)
You can access the live demo of the Wordle Game here: https://django-react-wordle.vercel.app/
pip install requests
python wordle.py