Due: part A due Sept 27, part B due Oct 10, part C due Oct 14 Grading: total of 9 points, -1/2 possible for stuff not workingb Part A: 3 points Pick a project to work on. Most people will do either a "map/2d game" or work on the simple assembler. Video explanations of those will be posted 9/14 or 9/15. Map/2d game: Use as a starting point - ~jkinne/public_html/cs202-f2017/CLASS/games/cursesExample.c Assembler: Use as a starting point - ~jkinne/public_html/cs202-f2017/CLASS/assembler/assembler.c For Part A, you need to: i) Pick your project. If you want to do something other than the map/2d game or assembler you need approval from me. ii) Create a directory ~/HW/lab07/ to put this assignment in. iii) Create a file ~/HW/lab07/README.txt where you give a few sentences saying what your plans are for the project and keep links to any resources you use. iv) Create a file ~/HW/lab07/Makefile so that if you type make project It will compile your project and create a file called project that is your project (so -o project in the line that compiles your project). v) Discuss with me your plans for your project. I will give a few steps that you need completed for Part B. Part B: 3 points You will complete what we discussed as part of Part A. I will give you something else to complete for part C. Part C: 3 points This is the last graded part of this assignment. For Part C, part of your grade will be style and documentation.