Vibrating rectangles: Difference between revisions

Content added Content deleted
(Added C implementation)
Line 11: Line 11:
Dimensions of the rectangles, their number and the animation delay can be configured. Requires the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
Dimensions of the rectangles, their number and the animation delay can be configured. Requires the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
<lang C>
<lang C>
/*Abhishek Ghosh, 15th September 2018*/

#include<graphics.h>
#include<graphics.h>