/CompGrafica

s_lv_me?

Primary LanguagePythonOtherNOASSERTION

"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?


Using virtualenv

  1. Enter the virtual environment:

    • On Linux or macOS:
    source ./bin/activate 
    • On Windows:
    ./Scripts/activate 
  2. Install the package using pip:

    pip install package-name
  3. Leave the virtual environment:

    deactivate

About

"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.