Const
Applies to the rendered grid container to reflect the last move direction (gamegrid__direction--*).
gamegrid__direction--*
container.classList.contains(directionClassEnum.DOWN); Copy
container.classList.contains(directionClassEnum.DOWN);
Applies to the rendered grid container to reflect the last move direction (
gamegrid__direction--*).