You are here: Home / Past Courses / Fall 2018 - ECPE 170 / Labs / Grading Rubric Lab 4

Grading Rubric Lab 4

Assembly Source Code icon lab4_rubric.txt — Assembly Source Code, 1 KB

File contents

Grading Rubric - Lab 4
Lab Value: 150 points

================================================

Notes:
* Zero points if assignment does not compile for any reason
  (e.g. missing files or code errors)
  Assignment will be returned to student without grading
* Subtract 5 points for any warnings during compilation using 
  required GCC options
* Subtract 5 points if too many files are added to version
  control (such as program binary, .o object files, or ~ text
  editor temporary files)

Points breakdown:
Makefile (10 points):
Division of program into functions (10 points):
Use of header (.h) and source (.c) files (10 points):
Use of structure (10 points):
File input (30 points):
Dynamic memory allocation for game (30 points):
User Interface (Prompting, Error checking) (20 points): 
Game Play Logic (25 points): 
Test case with an example and user input (5 points):