Design and test a program code in C89 version of C
Your task for this assignment is to design, code (in C89 version of C) and test a program. In summary, your program will:
Able to create dynamically-allocated 2D char array to make a simple ASCII-based game.
Receive user input to control the flow of the game.
Utilize pre-written random number generator and terminal behaviour configuration for the game.
Write a suitable makefile. Without the makefile, we will assume it cannot be compiled and it will negatively affect your mark.