From 4b7efc42ef7702062c682e535ac09f2f842b1411 Mon Sep 17 00:00:00 2001
From: Matthew Caddell <caddell2@illinois.edu>
Date: Wed, 15 Nov 2017 17:15:22 -0600
Subject: [PATCH] Updated rubric

---
 Assignment4.0/Week1Rubric.txt | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/Assignment4.0/Week1Rubric.txt b/Assignment4.0/Week1Rubric.txt
index bc4d748..27b86bf 100644
--- a/Assignment4.0/Week1Rubric.txt
+++ b/Assignment4.0/Week1Rubric.txt
@@ -1 +1,26 @@
-Here is my tentative Week 1 rubric:
\ No newline at end of file
+Here is my tentative Week 1 rubric:
+
+	(5 Points) - Player Creation is Implemented
+		2 Points - Attempted
+		4 Points - Able to create a player
+		5 Points - Able to create and store multiple players
+
+	(5 Points) - Player is capable of rolling dice and moving piece
+		2 Points - Attempted
+		4 Points - Able to roll dice, unable to prove piece moved
+		5 Points - Able to see die roll and piece move
+
+	(5 Points) - Basic console logging/gui implemented
+		2 Points - Attempted
+		4 Points - Basic logging of issues and moves
+		5 Points - Basic console gui created for logging moves and issues
+
+	(5 Points) - Advanced space functionality is implemented (Like getting out of jail, leveling up properties, owning multiple spaces, etc.)
+		2 Points - Attempted
+		4 Points - Some advanced functionality
+		5 Points - All advanced functionalities implemented
+
+	(5 Points) - Testing is completed
+		2 Points - Some Testing
+		4 Points - 80% Tested
+		5 Points - 95% Tested
-- 
GitLab