A bot for an interesting mobile game Atomas.
- Use Python script to control the game through ADB.
- From the screen shot, the score and atoms' state are obtained by image recognition.
- At present, the game information can be obtained on the NOX simulator.
Screen shot and the result look like this:

- ...
- Complete the game control algorithm: can start to play the game automatically.
2020/08/28:
- Reduce the screenshot to speed up the update of atom list.
- The method of shooting atom shoot_after_index() and catch atom catch_index() is added.
- Add random play method random_ play()。