Skip to content

A fun tool to help you always win the Perfect Circle game

License

Notifications You must be signed in to change notification settings

codester2835/Perfect-Circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perfect Circle Script

Demo_Perfect_Circle

Python Script that draws a perfect circle on your screen

Prerequisites

Before you start, make sure you have Python installed on your machine.

How to use

Follow the following steps:

  • Clone this repository and go to the operating folder
git clone https://github.com/codester2835/Perfect-Circle.git
cd perfect-circle
  • Install the dependencies
pip install -r requirements.txt
  • Run the script
python perfect-circle.py

How to Contribute

If you want to contribute to this project, follow the steps below:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and confirm them: git commit -m '<commit_message>'
  4. Send to the original branch: git push origin <project_name> / <location>
  5. Create the pull request.

Alternatively, consult the GitHub documentation on how to create a pull request.

Note

Editing the variable STEP_INCREMENT to equal 12 allows the mouse to draw a circle instead of a square. Even though a square (which is originally drawn) is not a circle, the max score is still reached. The reason for this is explained in a video by Code Bullet.

License

This project is under license. See LICENSE for more information.

About

A fun tool to help you always win the Perfect Circle game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages