~graderjd/Public/magpiefate.exe
Object file for Unix1: ~graderjd/Public/cardlib.oDo not write your own implementation of cardlib. You must use the instructor's object file.
gcc ~graderjd/Public/cardlib.o magpielib.o magpiefate.o
10% | display_card_values() produces correct
output. |
10% | get_num_players() returns the correct value for
both valid and invalid inputs. |
15% | value_of_card() passes minimum complete
coverage test |
15% |
Game driver produces correct results for
1,2,3 & 4 player games. |
5% |
Program uses messages defined in header file
when needed. |
10% |
All components integrate properly. |
15% | Algorithm design uses structured logic for decisions and loops. |
15% | Coding standards are followed. |
5% | Clean compile (no warnings using the required compiler flags). |
Remember, your program will be tested on Unix1. Code that does not compile will receive a grade of zero.
You need to submit your source code electronically using the
handin utility: No late submittals will be accepted!
handin graderjd Project3 magpielib.c magpiefate.c