https://github.com/lostjared/puzzledrop
2D Puzzle Game
https://github.com/lostjared/puzzledrop
Last synced: 9 months ago
JSON representation
2D Puzzle Game
- Host: GitHub
- URL: https://github.com/lostjared/puzzledrop
- Owner: lostjared
- License: gpl-3.0
- Created: 2023-02-15T08:43:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T04:05:05.000Z (over 2 years ago)
- Last Synced: 2025-09-08T20:33:50.638Z (9 months ago)
- Language: C++
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PuzzleDrop


2D Puzzle Game
In this game, your objective is to manipulate blocks by moving them horizontally using the left and right arrow keys. Utilize the 'A' and 'S' keys to shift the blocks, and the 'Z' and 'X' keys to rotate them. Your goal is to align patterns of identical colors in sequences of 1-2-3 or 3-2-1, forming either horizontal, vertical, or diagonal lines. There is also a special wildcard block that cycles through various colors and can match with any other block. Aim to clear as many lines as possible to advance in the game.