Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More efficient bot changes #20

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 6, 2023

  1. lots of changes

    - updated main.py to handle errors without crashing.
    - errors are reported on screen. Specifically when an image could not be located with sufficient confidence
    - retook a ton of screenshots to help with the collection
    - warning - shutdown screenshots can sometimes trigger clicks in the wrong areas on the main view. Adjust those screenshots to your liking.
    - added .5 second sleep after successful image finds
    - added more console prompts to inform whats happening
    brimdor committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2319f69 View commit details
    Browse the repository at this point in the history
  2. lots of changes

    - Windows 10/11 compatible only
    - Not Mac tested yet
    - no longer needs powershell to achieve elevated permissions
    - must use a powershell terminal in order to run
    - added a variable to pick specific window by name
    - all dependencies updated in requirements
    - added a script to auto update the dependencies versioning in requirements.txt based on the currently installed versions. Only use this if the dependencies are working in their current version and it is listed in the requirements already.
    - adjust readme to point out using the python command rather than running start.ps1. Powershell terminal is still required but it uses only 1 script now.
    - added more screenshots to improve image finding
    brimdor committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4d9cdaf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Create 6shutdown.png

    brimdor committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7bd04f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    762ad26 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. latest

    brimdor committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    79bbfa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    c1a1f67 View commit details
    Browse the repository at this point in the history
  2. new images, better logic for action selection

    mcochran committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    648392b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f894a57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    183a1d7 View commit details
    Browse the repository at this point in the history
  5. using bots.json and image of multi-instance manager can now open and …

    …close different emulators
    mcochran committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    04de612 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. More Changes, switching computers to make async bots play at the same…

    … time.
    mcochran committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0c8c0b4 View commit details
    Browse the repository at this point in the history