DEV Community

Khaled Achech
Khaled Achech

Posted on

Animated Donut with Pygame

This code was inspired from the Work of Andy Sloane blog where he posted how he made this animated Donut with C and he Explained exactly how the code works in order to rotate the ASCII donut.
https://www.a1k0n.net/2011/07/20/donut-math.html

Here is my version with Python:
https://github.com/KhaledAchech/Animated-Donut

Top comments (0)