Text Twist Clone
Role
Full-Stack Developer
Technologies
PythonFlaskVue.jsJavaScriptWord Frequency API
Link
Go to site→Repository
View on GitHub→Overview
Text Twist is a popular word game that challenges players to form words from scrambled letters. Building a clone requires handling word validation, scoring logic, and an engaging user interface. The challenge lies in creating a backend that intelligently selects words and validates player submissions efficiently.
Implementation
Developed a full-stack Text Twist clone using Vue.js for the frontend and Flask for the backend. The Flask backend follows a similar architecture to the Wordle app, intelligently selecting words based on difficulty and frequency. The Python backend handles word validation and game logic, while the Vue.js frontend provides an interactive and responsive gaming experience.


