/Puzzle8

Android implementation of A star algorithm to unshuffle an image. Built as part of Google CS wih Android course.

Primary LanguageJava

Puzzle8

About

Android implementation of a star algorithm to un-shuffle an image. Built as part of Google CS with Android course.

Build Instructions :

Clone the project from GitHub:

$ git clone https://github.com/raj-subhankar/Puzzle8.git

or download the .zip here

Main Features :

The app consists of a single activity having three buttons to :

  1. Take a photo
  2. Shuffle button, to shuffle the image
  3. Solve button, to solve the image using the Star algorithm.

More details on the star algorithm are here

Contributing

Refer contributing.md for instructions on contributing to this project