This project uses OpenCV and PyInput to create a bot that can play the Edge Surf game automatically, without the need for AI or machine/reinforcement learning models.
To run this project, you will need to have the following dependencies installed:
You can install these dependencies using pip by running the following command:
pip install -r requirements.txt
To use the Edge Surf bot, simply add the central surfer character's position in __main__.py
and then run the __main__.py
file using Python:
python __main__.py
This will launch the bot and start playing the game automatically once the game at edge://surf is visible on the screen and started.
By default, the bot will display a live feed of the game as it plays. You can disable this by setting the SHOULD_SHOW_LIVE_FEED
variable to False
in the __main__.py
file.
This project is licensed under the MIT License. See the LICENSE file for more information.