Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 452 Bytes

README.md

File metadata and controls

executable file
·
7 lines (5 loc) · 452 Bytes

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.