8000 GitHub - xuekedou/CookiesCrunch: CookiesCrunch game from raywenderlich.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xuekedou/CookiesCrunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CookiesCrunch

This is a popular game now. I follow the tutorial to make one and add my own comments.

customize the game by myself later on the following areas

  1. Special cookies when the player matches a certain shape. For example, Candy Crush Saga gives you a cookie that can clear an entire row when you match a 4-in-a-row chain.
  2. Detection of special chains, such as L- or T-shapes, that reward the player with bonus points or special power-ups.
  3. Boosts, or power-ups the player can use any time they want. For example, one boost might remove all the cookies of one type from the screen at once.
  4. Jelly levels: On these levels, some tiles are covered in jelly. You have X moves to remove all the jelly. This is where the Tile class comes in handy. You can give it a Bool jelly property and if the player matches a cookie on this tile, set the jelly property to false to remove the jelly.
  5. Hints: If the player doesn’t make a move for two seconds, light up a pair of cookies that make a valid swap.
  6. Shuffle the cookies automatically if there are no possible moves.

About

CookiesCrunch game from raywenderlich.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0