Using python-3 to play T-rex chrome offline game
Python3 with following modules.
- os
- sys
- time
- PIL
- open cv2
- numpy
- pyautogui
- pyscreenshot (for ubuntu users, instead of PIL)
To run the code type,
python3 dino.py
Note: Code will require little tweaking with pixels values (x, y, w, h) because screen size and window positions may differ. Any help/ support/ ideas on these are most welcome!