This is a real gem from the early days of Scratch (2009). --- A simplified Scratch version of the well-known game Bejeweled. ----- Try to get 3 or more markers in a row, either across or up-and-down, to destroy them. Click and drag to switch a marker with its neighbor. The more markers destroyed in a turn, the more points you get. Each move must create at least one 3-in-a-row. If there are no more valid moves, stop the clock to get at least a few more points.
I've taken sprites from Scratch 3.0, added a leader board, and did a little bit of code optimization. The game doesn't just use sprites from Scratch 3.0 it also runs under Scratch 3.0. See: http://preview.scratch.mit.edu/#230322986 My thanks to @Chalkmarrow for making the original project and to @Deck26 for making Leaderboard version 1 (https://scratch.mit.edu/projects/91462262/)