This is a paint application written in C++ made using graphics.h library.
To set up graphics library(graphics.h) in Visual Studio Code one can follow this repository --> https://github.com/ullaskunder3/Solution-to-graphics.h
Note : graphics.h works only in Windows.
Using this application one can draw lines, circles, rectangles, and fill colour in desired space. There are 15 colours to choose from. Using the "clear" button one can clear the screen and using the "save" button one can save the drawing as a jpeg file. The jpeg files gets updated once you press "save" again.
By pressing the "car" button a car appears on the screen that one can move left and right using the left and right key.
Download: here

