/t_rex_bot

Google Chrome offline game (T Rex) bot using Python.

Primary LanguagePython

Google Chrome offline game (T Rex) bot using Python. **You need to turn off your internet connection to run this program.**

How to use:

Install Dependencies

I prefer using Virtual environment to play with new libraries and packages so that my core packages remain unharmed. To use this in virtual environment open a terminal (I am using Ubuntu 15.04 and Python3) and follow the steps.

  1. Create and activate virtualenv (Virtual Environment) with Python3:

     $ virtualenv -p python3 venv
     $ source venv/bin/activate
    
  2. Install necesarry packages inside the virtualenv:

     (venv)$ pip install pyautogui
    

Running Python code using IDLE3 in Virtual Environment

To run IDLE3 while venv is activated use the following command. Then browse and open the file using idle3.

	(venv)$ python -m idlelib.idle
  • Run t_rex_bot.py.
  • Sit tight, bot will start playing!

References

This application is still in development phase.