Skip to content

ey-jo/Block-Blast-Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block-Blast-Hack

Python Script to play Block Blast using android debug bridge

Requirements

Installation on Linux

pacman -S python-pip
pip -u install pure-python-adb
wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip
unzip platform-tools-latest-linux.zip
cd platform-tools/
adb devices

Then start the server using this command in the directory

adb start-server

Enable USB Debugging in the developer settings on the connected Android Device and authorize the computer in the settings.

Known Issues:

  • Sometimes breaks itself because it picks the wrong piece, probably the move index is not translated into the piece of the position correctly. Pieces stay until the next round.

  • When only a few pieces are on the grid, calculation of all pieces takes a long time, choose the move differently, if ~70% of grid is empty.

  • Not sure if the 3 pieces the game chooses every round fit in any case.

  • pieces are misplaced sometimes

About

Python Script to play Block Blast using android debug bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages