"Fill in the Blanks" is an interactive word game where players are presented with a story with missing words (blanks). The goal is to fill in these blanks correctly by guessing the right word. This game is built using Python and can be played via the command line interface (CLI).
- Multiple difficulty levels (easy, medium,)
- Fun and engaging gameplay
- A variety of stories and categories
- Clone the repository:
git clone https://github.com/Deeja-ish/python-project.git
- Navigate to the project directory:
cd python-project
-
Run the game: To start the game, run the Python script:
python project_game.py
-
Gameplay Instructions:
- The game will display a story with missing words represented by blanks.
- Players will be prompted to type in their answers for the missing spaces(s).
- The game continues until all blanks are filled, or the user decides to quit.
- then will give back the story with all blanks filled.
Feel free to fork the repository and submit pull requests! Here's how you can contribute:
- Fork the project on GitHub.
- Create a new branch
- Make your changes and commit them (
git commit -am 'Add new feature'). - Push to your branch (
git push origin feature-name). - Open a pull request on GitHub.
Khadija Goni