This program utilizes the Win32 API to automate the drawing of circles for the "https://matrix67.itch.io/pi-day-challenge".
- Automatic drawing of circles on the screen
- Configurable number of sizes to draw
- Adjustable circle size
- Download and unzip the program.
- Open CMD or Powershell and enter
./piday.exe [radius: int] [side: int]
- After entering the parameters, the program will automatically draw the specified circle on the screen.
- This program requires a Windows operating system and relies on the Win32 API.
- Ensure that there is sufficient screen space to draw the desired number of circles without overlap.
- During the drawing process, avoid interacting with the program window to prevent interference.
- This program primarily depends on the Win32 API provided by the Windows operating system.
- Developer: asss-whom
- Email: [email protected]
- For any questions or suggestions, please contact me via email.
- v1.0.0: Initial version with functionality for automatic circle drawing.
This program is licensed under the MIT License. You are free to use, modify, and distribute this program, but please adhere to the terms of the license.
Thank you to matrix67 for inspiring this project with the Pi Day Challenge. While this program does not directly calculate pi, it provides a useful tool for generating the visual representations required for the challenge.