Write a C program for a matchstick game being played between the computer and a user. Your program should ensure…
Rectangle is the only primitive type supported by canvas. It has 3 functions: strokeRect(x, y, w, h); fillRect(x, y, w,…