Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookie Monster

Cookie Monster is a modern implementation of the classic game Jawbreaker for iOS. The game board consists of a screen of different kinds of cookies arranged in a matrix. The player then clicks on any two or more connecting same-kind cookies to eliminate them from the matrix, earning an appropriate number of points in the process. The more cookies eliminated at once, the higher the points added to the player's score.

Cookie Monster

The scoring can be expressed in the formula "Y=X(X-1)". X represents the number of cookies grouped together, Y is the resulting score. For example an elimination of 16 cookies will result in 240 points (240=16(16-1)).

The game ends when the player has no more moves left, i.e. there are no more same-kind cookies adjacent to each other.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages