"Solve me?" is a simple IQ test. At each stage, you are shown a few images and then asked what's the missing one, according to the pattern.
Can you solve 'em all?
-
Enter the virtual environment:
- On Linux or macOS:
source ./bin/activate
- On Windows:
./Scripts/activate
-
Install the package using pip:
pip install package-name
-
Leave the virtual environment:
deactivate
"Solve me?" uses the Python library Tkinter to draw the images and Numpy to perform matrix arithmetics.
Project for UFF 2019.1 TCC00291 Computer Graphics.