- the program is making a gameboard up to 25×25 spaces in C language for programming on windows. I would like the board to be 5×5 (AKA: a size of 5) . I need this to be done specifically in Visual Studio Code – all in C language, NOT C++ or anything else. it must be done using visual studio code because it can be downloaded and sent to me directly through email.
- there is a complete instruction with all the specific details – with examples. follow the format of the examples exactly, but with my requests.
- attached is also an example of what A gameboard would look like with 5; I’d like it with 5.
Sample Solution