- Simple Python image processing & automatization project for a simple web based game
- Made using only Github Copilot (except the color and screen values)
You can try out the game on the official website!
Yesterday I got access to the technical review of the Copilot. My plan was to make a simple application (including 3rd party libraries etc.) and still only using the Copilot.
In short: I think it is way faster and more efficient than googling everything. The prediction of the comments and code works great, but there are is basic problem with the current system: it is a little bit too agressive. It was a fun experience using this new technology, but do not worry. It wont replace programmers - at least not yet.
Prerequisites: Python 3.x with the 3rd party libraries
- Download the repo.
- Adjust the global variables in the colored_balls.py 2.1 It is designed for 1920x1080 resolution
- Run the script with the following command: python colored-balls.py
- Enjoy!