A python bot which plays the chrome://dino game.
Follow this instructions:
- Install Python if you haven't done that yet. Use this link.
- Install Git if you haven't done that yet. Use this link.
- Do:
git clone https://github.com/Angel-IG/ChromeDinoBot.git
on your terminal (do it on a new directory). - On that directory, do
pip install -r requirements.txt
orpip3 install -r requirements.txt
if you are on Mac or Linux. - Execute the main program:
python main.py
orpython3 main.py
if you are on Mac or Linux. - Follow the instructions and enjoy!