This project is a Python-based binary puzzle solver. It utilizes Unicode characters to create and manipulate the puzzle grids, providing a user-friendly and visually appealing interface.
-
Python Version: This project requires Python 3.12.3 or higher.
-
Ensure you have the correct version of Python installed on your system. You can check your version by running:
python3 --version
-
-
Pyinput: This project requires pyinput library.
pip install pynput none
-
Colorama: This project requires colorama library.
sudo -H pip install colorama
To run the program, you can use the following command in your terminal or command prompt:
python3 main.pyor
python3.12 main.py


