From 6c7d0494ce881d261b620470a402e2b6a2f0efd7 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Tue, 10 Mar 2020 18:25:59 -0400
Subject: [PATCH] auto

---
 assign3.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assign3.md b/assign3.md
index ac1f730..fd53112 100644
--- a/assign3.md
+++ b/assign3.md
@@ -207,6 +207,8 @@ to:
 - update the score
 - ensure that the board's layout / draw methods are called by calling `board.setNeedsDisplay()`
 
+**Do not add any externally accessed methods or properties in your custom view.**
+
 ## Task 4: Animation
 Implement tile animation entirely in your `BoardView` class:
 - animate new tiles but starting them w/ opacity of 0 and animating to opacity
-- 
GitLab