WordStorm is a web-based game where players guess a secret word based on its similarity to other words. The game provides feedback on the rank and progress of each guess, helping players to narrow down the correct word.
-
Clone the repository:
git clone https://github.com/yourusername/wordstorm.git cd wordstorm
-
Create a virtual environment:
python -m venv env
-
Activate the virtual environment:
-
On Windows:
.\env\Scripts\activate
-
On macOS and Linux:
source env/bin/activate
-
-
Install the dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application:
Open your web browser and navigate to
http://127.0.0.1:8000
.
-
Enter your guess:
Type a word into the input field and click the "Submit" button.
-
View feedback:
The application will display the rank and progress of your guess. Keep guessing to improve your rank and find the correct word.
-
View previous guesses:
The application will display a list of your previous guesses along with their ranks and progress bars.

Home page

Different guesses and their ranks compared to the answer which is "disco"

Display when the correct word with rank 1 is guessed
- Developer: Shivi Sharma
- Contributors: @shivisharma1209
- Special Thanks: @phantsure
This project is licensed under the MIT License - see the LICENSE file for details.