/dominoes-with-fibonacci

Show every solutions of tiling a 2*n board with n dominoes.

Primary LanguagePython

dominoes-with-fibonacci

Screenshot

Usage

  1. You need to have Python and Pygame installed on your computer.
  2. Open your terminal in the same folder as dominoes.py and type python dominoes.py.
  3. Type the width of the 2*n board and press enter.
  4. The application will open, press enter to go through every solution.