diff --git a/Assignment4.0/Week1Rubric.txt b/Assignment4.0/Week1Rubric.txt
index bc4d748ad40925763723a5764e53cad8049a8bfb..27b86bfefd2b6b23d7ea516da99d59de52d6112d 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