How to Use graphics.h for Making Simple Games
Apr 6, 2024 · 3 min read · What is graphics.h? Graphics.h is a header file that provides access to basic functions such as line(), circle(), rectangle(), drawpoly(), ellipse() ,etc for drawing various lines and geometrical shapes. It provides 16 color options for colouring an ...
Zzgd commented