Unix and C Programming Assignment - Semester Two 2018
Requirements: Implement a drawing program in C that reads in an text file full of commands as an input and runs these commands to draw an image on the screen as an ASCII art.
An example of the commands as well as their arguments can be found in the charizard.txt file. More information regarding the assignment specifications can be found in the Assignment_Specifications.pdf file.