Open Issues Need Help
View All on GitHubAI Summary: This issue aims to improve the developer onboarding experience by ensuring the `DEVELOPER.MD` file is comprehensive for new contributors. It also requires verifying that `requirements.txt` lists all necessary dependencies for the software to run correctly, and fixing any minor issues discovered during the setup process.
An automation bot for the game Bit Heroes, helps with farming, PvE, and more
AI Summary: The software's 'Autopilot' automation feature fails when Windows display zoom scale is set to anything other than 100%. Instead of fixing the underlying scaling issue for version 1, the solution is to prevent Autopilot from launching if the scale is not 100% and display a warning message to the user.
An automation bot for the game Bit Heroes, helps with farming, PvE, and more
AI Summary: The software's `ScreenshotTool` is not functioning correctly on multi-monitor setups, leading to improper screenshot captures. The task is to modify the tool to ensure screenshots are taken from the monitor containing the game window, explicitly excluding scenarios where the window spans across multiple displays.
An automation bot for the game Bit Heroes, helps with farming, PvE, and more
AI Summary: The `AutoPilotStarter` class requires refactoring to properly implement the MVC architectural pattern. Currently, the Model component within this class directly interacts with the View, and a dedicated Controller is absent. The task involves introducing a Controller to mediate interactions and ensuring a clear separation of concerns between Model, View, and Controller.
An automation bot for the game Bit Heroes, helps with farming, PvE, and more