User prompt
Whenever I successfully combine more than three tiles as per game logic and gain points play this sound only once per combination of 3 or more such as 4 or 5 or 6 tiles combined of one color "676500f4cc4f7192e958a8a5"
User prompt
Whenever I successfully combine the tiles as per game logic and gain points play this sound only once per combination "6764ffadcc4f7192e958a890"
User prompt
Change the color theme and for the blocks at the bottom reduce the size by 5%
User prompt
Fix the game logic and color math
User prompt
Make all the colors a bit lighter and the arrow inside of them white. Do this globally for all the blocks and the shadow behind them. No Pastel colors
User prompt
Randomize all the block color groups to be instead primary colors such as Red, Blue, Yellow etc.. For example the pink block should now be red, the green blocks should be a primary green and the light blue ones should be a primary blue
User prompt
Make the game title map 6 x 6 instead of 5 x 5
User prompt
When on the pause menu make a black tinted modal box in the middle of the screen
User prompt
Create a background music player button in the bottom left
User prompt
On the bottom left in a small button when clicked make it create a modal with text on it with instructions for playing the game
User prompt
Migrate to the latest version of LK
Remix started
Copy Collect & Merge
===================================================================
--- original.js
+++ change.js
@@ -324,9 +324,13 @@
};
game.mergeConnectedNeighbors = function (cell) {
var connectedNeighbors = game.findConnectedNeighbors(cell);
if (connectedNeighbors.length >= 3) {
- LK.getSound('Clink').play();
+ if (connectedNeighbors.length > 3) {
+ LK.getSound('Clink2x').play();
+ } else {
+ LK.getSound('Clink').play();
+ }
var colRow = game.findCellColRow(cell);
var newType = cell.realType + 1;
var pointsEarned = connectedNeighbors.length * Math.max(game.scoreMultiplier * 3, 1);
var pointsText = new PointsText(pointsEarned, cell.x, cell.y - 300);
Simple White square round corners. Vector. No details. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Simple White square round corners. Vector. No details. Single Game Texture. In-Game asset. 2d. White background. High contrast. No shadows.
Simple Symmetrical Arrow. Vector. Pointing straight up. No details Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Background for relaxing puzzle game. city background, flat shaded, vector art. skyscrapers. Clocks. Blocks. Relaxing. Clouds, blue sky Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.