https://github.com/grahammitchell/crush-crush-robot
auto-plays the clicker game 'Crush Crush' (2017)
https://github.com/grahammitchell/crush-crush-robot
Last synced: 10 months ago
JSON representation
auto-plays the clicker game 'Crush Crush' (2017)
- Host: GitHub
- URL: https://github.com/grahammitchell/crush-crush-robot
- Owner: grahammitchell
- License: apache-2.0
- Created: 2017-06-26T02:28:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T17:02:03.000Z (over 8 years ago)
- Last Synced: 2025-02-15T07:51:23.244Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Crush Crush Robot
Auto-plays the silly but fun [Crush Crush](http://www.kongregate.com/games/SadPandaStudios/crush-crush).
It's a dating sim. It's an incremental clicker. It's probably not safe for work.
Requires [pyautogui](https://github.com/asweigart/pyautogui).
Make sure the *Crush Crush* game window is visible when you run the script,
because it begins by taking a screenshot and using that to try to figure out
the upper-left-hand corner of the game.
Assumes you have a high enough multiplier already that "Sorry" and dates are
instantaneous, and that you already have enough timeblocks open to work all
hobbies and most jobs at once.
Starts by **resetting your game**, then starts fulfulling the requirements for
girls in order. Hit CTRL-C if it's out of control.
Basically gets Alpha to lover status (if it can), then switches to manual mode.
Once in manual mode, type the girl's name and the current status to run the
next steps like so:
```
> pamu crush
```
You can then automatically run the next level for the same girl by just typing
`next` or `n`. Girl names and relationship levels can be abbreviated:
```
> bear awk
```
Type `quit` when you're done.