hatemfaheem / water-sorting-ai-player

A fully automated AI player that plays water sorting puzzle game on the connected Android phone
2 stars 1 forks source link

drawing # Water Sorting AI Player

A fully automated AI player that plays water sorting puzzle game on mobile phones.

The Game

https://play.google.com/store/apps/details?id=com.gma.water.sort.puzzle

Below are screenshots from the game for 2 different levels.

drawing drawing

Overview

The AI player has 4 main steps:

  1. Read level image from connected phone.
  2. Scan the level image and represent in a data structure.
  3. Solve the level given the level representation. Come up with a list of steps e.g. .
  4. Given the solution steps, emulate touch events on the connected phone.

Requirements