https://github.com/queer/amynia-bot
amynia!bot plays osu!mania through OpenCV and guesswork.
https://github.com/queer/amynia-bot
Last synced: about 1 year ago
JSON representation
amynia!bot plays osu!mania through OpenCV and guesswork.
- Host: GitHub
- URL: https://github.com/queer/amynia-bot
- Owner: queer
- Created: 2016-11-18T20:39:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T01:38:33.000Z (over 9 years ago)
- Last Synced: 2025-03-10T14:55:41.480Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amynia!bot
An attempt at making an osu!mania bot that plays the game through OpenCV. Currently, the bot can automatically distinguish between 4K and 7K, and can hit normal notes. Sliders are currently NOT supported, so slider-heavy maps WILL break it.
To use:
```
# Terminal A
./ffmpeg.sh
# Terminal B
python3 main.py
```
Main issue(s)
* Can't stream it at the same time as running it, because OBS makes ffmpeg drop frames for some reason ._>
* ffmpeg likes dropping lots of frames anyway...