Mummy Candies

images
Mummy Candies 4

Mummy Candies is a mobile game that combines elements of puzzle-solving and match-three gameplay. In the game, players match candies of the same color to clear them from the board and earn points. The twist is that the game has a fun, spooky theme with mummies and ancient Egyptian-inspired graphics. As players progress through levels, they encounter various obstacles and challenges, including special candies and power-ups that help them complete objectives and advance through the game’s many stages. The goal is to achieve high scores and complete levels with the fewest moves possible.

Key Features:

Match-Three Gameplay: Players swap candies to create matches of three or more, clearing them from the board and scoring points.

Themed Graphics: The game features a vibrant, Egyptian-themed design with mummies, hieroglyphs, and other related visuals.

Special Candies: There are unique candies with special abilities that help clear the board or achieve objectives more efficiently.

Power-Ups: Various power-ups can be earned or purchased to assist players in completing challenging levels.

Level Objectives: Each level has specific goals, such as achieving a certain score, clearing a number of candies, or removing obstacles.

Obstacles and Challenges: The game introduces different types of obstacles, like locked candies or barriers, that players must overcome.

Characteristics:

Spooky Theme: The game incorporates a fun, spooky Egyptian theme with mummies and ancient artifacts, adding a unique atmosphere.

Colorful Graphics: Bright, vibrant visuals and charming animations enhance the overall player experience.

Puzzle Mechanics: Classic match-three mechanics are combined with unique twists, such as special candies and power-ups.

Progressive Difficulty: Levels increase in difficulty, introducing new challenges and obstacles to keep the gameplay fresh and engaging.

Variety of Obstacles: Includes diverse obstacles like locked candies, barriers, and other elements that require strategic planning to overcome.

Special Abilities: Candies with special powers or effects that help players achieve objectives more easily.

Power-Up System: Various power-ups are available to assist players, which can be earned or purchased.

// // // // // $(document).ready(function () { // // $('[data-ad-status="unfilled"]').hide(); // // $('#play-count').click(function (e) { // // e.preventDefault(); // // var id = $(this).data('play-game-link'); // // $.ajax({ // // url: '/Games/GameUserPlay', // // type: 'GET', // // data: { id: id }, // // success: function (result) { // // console.log(result) // // if (result) { // // if (result.link) { // // window.location.href = result.link; // // } // // } // // }, // // error: function (xhr, status, error) { // // console.log(error) // // } // // }); // // }); // // $('#like').click(function (e) { // // var id = $(this).data('product-id'); // // console.log("like", id) // // $.ajax({ // // url: '/Games/Like', // // type: 'GET', // // data: { id: id }, // // success: function (result) { // // console.log(result) // // }, // // error: function (xhr, status, error) { // // console.log(error) // // } // // }); // // }); // // $('#disLike').click(function (e) { // // var id = $(this).data('product-dislike-id'); // // console.log("dislike", id); // // $.ajax({ // // url: '/Games/Dislike', // // type: 'GET', // // data: { id: id }, // // success: function (result) { // // console.log(result) // // }, // // error: function (xhr, status, error) { // // console.log(error) // // } // // }); // // }); // // });