Skip to content

Shape is able to rotate within the frame #3

@Asinsb

Description

@Asinsb

-Set shape rotation
-Set conditions for
-the shape size, color, movement, and rotating to avoid conflicts.

[ ] Movement
`rotatedShape = transposeMatrix(coords);

 	rotatedShape = reverseRows(rotatedShape);

 	if ((x + rotatedShape[0].length > 10) || (y + rotatedShape.length > 20)) {
     	return;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions