Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart the spiral iterator of the Multiply test when maxing out the grid size #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 26, 2024

  1. Restart the spiral iterator of the Multiply test when maxing out the …

    …grid size
    
    WebKit#52
    
    Refactor the spiral iterator into a separate class. Keep calling its next() method
    to get the coordinates ofthe next cell. When its isDone() returns true create a
    new iterator and make the tiles of upper layers have less lightness than the ones
    on the lower layers.
    
    Add a new class for the roundedRect tile called "Tile". This class can handle the
    location, size and animation of the Tile.
    shallawa committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9307820 View commit details
    Browse the repository at this point in the history