A fun crossword game made with Python and tkinter.
- Python 3
- tkinter (usually comes with Python)
Clone the repository:
Change into the directory:
Run the game:
- The game will display a crossword puzzle on the left side of the screen and clues on the right side.
- Click on a clue to highlight the corresponding word in the puzzle.
- Type your answer into the highlighted word.
- If you get stuck, you can reveal a letter by clicking the "Reveal Letter" button.
- If you need more help, you can reveal the entire word by clicking the "Reveal Word" button.
- When you have completed the puzzle, click the "Check Answers" button to see if you have any mistakes.
- If you have any mistakes, they will be highlighted in red.
- Once you have corrected your mistakes, click the "Check Answers" button again to check your work.
Contributions are welcome! Please create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.