From d329a189a887ade89aa218d713aa6a777c644b3c Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Thu, 7 Mar 2019 12:28:20 +0700 Subject: [PATCH] Adding requirements to have code reviews in this assignment. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09929fe..64c3a75 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,16 @@ Here's a walkthrough of implemented user stories. Video Walkthrough ``` +## Code Reviews -## Required User Stories +This code was reviewed by @username and @otherusername. + +* [Link to PR #X](#) - reviewed by @username. +* [Link to PR #Y](#) - reviewed by @otherusername. + +## Required User Stories +- [ ] I have at least three code reviews from others. - [x] The user can move their character with the arrow keys. - [x] The user can see a monster. - [ ] The monster is placed at a random location within the game boundaries.