Open Issues Need Help
View All on GitHub Use non-deprecated method. about 2 hours ago
AI Summary: The issue reports a deprecation warning in `puzzle_creator.py` at line 141, where the bitwise NOT operator `~` is used with the `autodisplay` variable. The user requests replacing `autodisplay = ~autodisplay` with a non-deprecated method to resolve this warning. This likely involves changing it to a logical NOT if `autodisplay` is a boolean.
Complexity:
1/5
bug good first issue
A word game a bit like those you can find in Google Play, only this one is terminal based and you can create your own puzzles
Python