This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Trying add CoinClick support, need help #9
Open
Description
Hi im trying to add CoinClick support and bot didnt want to start, so i need help:
class BotCoinClick:
def __init__(self):
self.start_img_path = "rc_items/CoinClick_gameimg.png"
self.game = "CoinClick"
def play(self):
start_game(self.start_img_path)
start_game_msg(self.game)
self.run_game()
end_game()
def run_game(self):
while check_image("rc_items/bitcoin_droppingcoin.png"):
click_image("rc_items/bitcoin_droppingcoin.png")