Skip to content

AI Word Guessing game with hints, difficulty levels, and more...

License

Notifications You must be signed in to change notification settings

paiker-hussain/Guess

Repository files navigation

Word Guessing Game with Hill Climbing

Welcome to the Word Guessing Game with Hill Climbing! This is an open-source project implemented in Python that challenges players to guess a target word using the hill climbing optimization technique.

Description

The Word Guessing Game is a collaborative effort of students from the University of Management and Technology (UMT), led by Syed Paiker Hussain Bukhari. This project aims to provide a fun and interactive command-line game where players attempt to guess a word by providing their own guesses. The game incorporates hill climbing optimization to guide players towards the correct word. It offers four difficulty levels, ranging from easy to extreme, with different word lengths and limited attempts. Hints are available to assist players along the way.

Features

  • Four difficulty levels: easy, medium, hard, and extreme
  • Random word selection from the nltk English dictionary based on difficulty level
  • Limited attempts to guess the word
  • Hints available to assist players
  • Command-line interface for easy interaction

Getting Started

To get started with the Word Guessing Game, follow the installation instructions and usage guidelines in the README.md file.

Installation

  1. Clone the repository:

    git clone https://github.com/paiker-hussain/guess.git
    
  2. Install the required dependencies:

    pip install nltk
    
  3. Run the game:

    python Guess-game.py
    

Contributing

Contributions to the Word Guessing Game are welcome! To contribute, please follow the guidelines outlined in the CONTRIBUTING.md file. By participating in this project, you agree to abide by the code of conduct.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. All contributors are expected to uphold this code of conduct. Please report any unacceptable behavior to the project maintainers.

Security Policy

We take the security of the Word Guessing Game seriously. If you discover any potential vulnerabilities or security issues within the game, please report them to us following our Security Policy. We appreciate responsible disclosure and will address and resolve any reported vulnerabilities promptly.

License

The Word Guessing Game is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Contact

For any inquiries or feedback, please contact the project maintainers at [email protected].

Project Lead:

  • Syed Paiker Hussain Bukhari

Team Members:

  • Faseeh ud Din
  • Munib Ahsan Khan

About

AI Word Guessing game with hints, difficulty levels, and more...

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages