[Free] Color Fold

Hello there

I want to share with you my first Android game, Color Fold. A simple puzzle game about swapping, folding or duplicating coloured triangles. Objective of the game is to reach the solution by changing the puzzle triangle colours in given number of steps. Colours of the triangles in puzzles can be white, yellow, green, cyan, blue, orange, red, purple and black. White has a colour value of 0, yellow 1 increasing to black being 8.

Three types of movements are available to the player,

  • Swap colours : This will swap the colours of two chosen triangles.
  • Divide/add colours : This movement will divide the colour value of chosen triangle and add it to target triangle. Move is not allowed if result colour value of the target exceeds 8 (black).
  • Duplicate colour : Duplicating will replace the target triangle’s colour with the source

Some of these movement types may be disabled for a specific level.

Any comments are most welcome :slight_smile:


https://thumb.ibb.co/cQCuK9/colorfold_screenshot_00.png

https://thumb.ibb.co/hgBAsU/colorfold_screenshot_03.png

https://thumb.ibb.co/c6MPmp/colorfold_screenshot_04.png

https://thumb.ibb.co/g4ibz9/colorfold_screenshot_05.png

https://thumb.ibb.co/e4QBXU/colorfold_screenshot_07.png