Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostjared/puzzledrop
2D Puzzle Game
https://github.com/lostjared/puzzledrop
Last synced: 5 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T04:05:05.000Z (9 months ago)
- Last Synced: 2024-02-16T05:23:17.942Z (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
![ScreenShot1](https://github.com/lostjared/PuzzleDrop/blob/main/screens/drop-ss1.png?raw=true "screenshot1")
![ScreenShot1](https://github.com/lostjared/PuzzleDrop/blob/main/screens/drop-ss2.png?raw=true "screenshot1")
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.