Skip to content

Phantsure/WordStorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordStorm

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.

ScreenRecording2024-10-11at5 43 33PM-ezgif com-video-to-gif-converter

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/wordstorm.git
    cd wordstorm
  2. Create a virtual environment:

    python -m venv env
  3. Activate the virtual environment:

    • On Windows:

      .\env\Scripts\activate
    • On macOS and Linux:

      source env/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt

Setup Guide

  1. Apply database migrations:

    python manage.py migrate
  2. Run the development server:

    python manage.py runserver
  3. Access the application:

    Open your web browser and navigate to http://127.0.0.1:8000.

Usage

  1. Enter your guess:

    Type a word into the input field and click the "Submit" button.

  2. View feedback:

    The application will display the rank and progress of your guess. Keep guessing to improve your rank and find the correct word.

  3. View previous guesses:

    The application will display a list of your previous guesses along with their ranks and progress bars.

Screenshots

Screenshot 2024-10-11 at 5 31 48 PM

Home page

Screenshot 2024-10-11 at 5 32 27 PM

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

Screenshot 2024-10-11 at 5 32 45 PM

Display when the correct word with rank 1 is guessed

Credits

  • Developer: Shivi Sharma
  • Contributors: @shivisharma1209
  • Special Thanks: @phantsure

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.6%
  • CSS 16.3%
  • HTML 14.0%
  • JavaScript 6.1%