bitluni / TetrisSpaceX

22 stars 6 forks source link

circles and ellipses #2

Open darthkenobi opened 6 years ago

darthkenobi commented 6 years ago

I Luni's , i added some functions for the graphics , add them in yours :) void circle(int xpos, int ypos, int radius, char color); void fullcircle(int xpos, int ypos, int radius, int fillcolor, char bordercolor); void ellipse(int xpos, int ypos, int radiusx, int radiusy, char bordercolor); void fullellipse(int xpos, int ypos, int radiusx, int radiusy, char fillcolor, char bordercolor);

And here is a demo to see how it work. CircleGFX.zip

bitluni commented 6 years ago

thank you! I have freezed all coding for now since the current video making is in progress.. But I'll add your code aufter the next video is out