From 59483283e5aff981bdb675bbd2c89a132e7d1121 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Mon, 19 May 2025 23:26:02 -0700 Subject: [PATCH] self grade --- Self-graded Assignment 3 Checklist.txt | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Self-graded Assignment 3 Checklist.txt diff --git a/Self-graded Assignment 3 Checklist.txt b/Self-graded Assignment 3 Checklist.txt new file mode 100644 index 0000000..2040eb6 --- /dev/null +++ b/Self-graded Assignment 3 Checklist.txt @@ -0,0 +1,31 @@ +Self-graded Assignment 3 Checklist + + Criteria + ======== +Student Name: Braeden Sowinski +Student Set: 1D + +/10 marks +[x] Pokemon cards are randomized each game. + +/2 marks +[x] Cards flip when clicked. +[x] If the user clicks on the same card twice, do nothing. +[x] If the user clicks on a card that is already matched, do nothing. +[x] If the user clicks on a card while two cards are already flipped, do nothing. + +/7 marks +[x] Winning Event is implemented. If user clicks on all the cards, display a winning message. +[x] Header is showing the number of clicks the user has made, and the number of pairs left, number of pairs matched, total number of pairs, and game timer. +[x] Start and Reset buttons are added to the game. +[x] Difficulty levels are added to the game. +[x] Themes are added to the game. +[x] Power-up logic is added to the game. + +/10 marks +[x] The website has an appealing, professional and consistent look. + +Total Grade: +70/70 (Total grade out of 70, first item is 10 marks, 2 marks each for next 4 items, 7 marks each for next 6 items and 10 marks for last item) + +*Note items are considered *fully* complete (marked with an x inside the box: [x]), OR incomplete (box is left empty: [ ]) \ No newline at end of file