https://github.com/ravenstine/icecreamisland
https://github.com/ravenstine/icecreamisland
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ravenstine/icecreamisland
- Owner: Ravenstine
- Created: 2014-01-03T21:58:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T06:59:26.000Z (over 11 years ago)
- Last Synced: 2025-02-10T08:32:01.879Z (4 months ago)
- Language: JavaScript
- Size: 3.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
icecreamisland
==============Ice Cream Island is a brain-stimulating puzzle game. This project is still in the middle of pre-release development.
how it works
==============
The objective of each level is to match your board to the pattern on the goal board in the fewest moves or within the time limit, or both.Every square on the board can contain one of three themed ice creams. The player can move the selection to an adjacent square via arrow keys, clicking/tapping, or swiping. The selection box cannot move diagonally.
When the player moves the selection to a different square, the kinds of ice cream in the previous and destination square determine the new kind of ice cream that will appear in the destination square.
For example:
strawberry + chocolate = popsicle
chocolate + strawberry = popsicle
popsicle + chocolate = strawberry
strawberry + popsicle = chocolate
However, the destination square does not change if it is the same type as the previous square:
strawberry + strawberry = strawberry
chocolate + chocolate = chocolate
popsicle + popsicle = popsicle