CubePairs is a web-based puzzle game that challenges players to clear a grid by selecting and merging shapes strategically. The game offers four difficulty levels: Easy, Medium, Hard, and Impossible.
- Objective: Clear the grid in as few moves as possible.
- How to Play:
- Select two cells.
- If the shapes in the cells match, both cells are cleared.
- If they don’t match, the second cell updates to a "mix" (XOR) of both patterns.
- Follow the specific rules based on the selected difficulty level.
- Easy: Select any two cells.
- Medium: Select two cells in the same row, column, or diagonal.
- Hard: Select two cells in the same row or column.
- Impossible: The second cell must be adjacent to the first.
- Responsive Design: Works well on both desktop and mobile devices.
- Interactive Grid: Dynamic grid with animated cell selection.
- Customizable Levels: Adjust your challenge with four levels of difficulty.
- Randomized Gameplay: New patterns generated for every restart.
- Grid: 4x4 grid where each cell contains a shape made of 2x2 blocks.
- Shape Logic: Shapes "merge" based on the XOR operation when selected.
- HTML5
- CSS3
- Vanilla JavaScript
This project is licensed under the MIT License.