├── .gitignore ├── Colors.py ├── DrawBot.py ├── GetColorPositions.py ├── PixelData.py ├── README.md └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- 1 | positions.txt -------------------------------------------------------------------------------- /Colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/Colors.py -------------------------------------------------------------------------------- /DrawBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/DrawBot.py -------------------------------------------------------------------------------- /GetColorPositions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/GetColorPositions.py -------------------------------------------------------------------------------- /PixelData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/PixelData.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CowCoding0/Gartic-Phone-Draw-Bot/HEAD/requirements.txt --------------------------------------------------------------------------------