Create where the user would select the game they want to connect the bot to, ask for game Id create the auto headshot bot for that game
def create(game_id, game_pw, hero_used): game = Game(game_id, game_pw, hero_used) game.connect() game.automate() create(1234, "password", "ranger")