Skip to content

sanket-kumbhare/Piano-Tiles-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Piano Tiles Bot

Description

Simple Piano Tiles Bot made by using PyAutoGui Library.

Working

  • First we have to find out the pixel position of the tiles. This can be done by using running following command in python shell.

import pyautogui
pyautogui.displayMousePosition()

This will show you the pixel position of mouse cursor. Point mouse at the center of each lane of tiles. And note down the x-coordinates and y-coordinate. We will keep the y-coordinate same for each lane.

  • Check if the pixel color is black.
  • If black click on the pixel.
  • Do same for the rest of the lane.

Libraries

Game was running on browser click here to play Piano Tiles 2 online

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages