From e3840c76ea1229bdace6038c04b1a80f7c027b9f Mon Sep 17 00:00:00 2001 From: Isha Sharma <86165115+ishyyyy@users.noreply.github.com> Date: Sun, 9 Oct 2022 20:58:18 +0530 Subject: [PATCH] Update assignment.md --- 4-typing-game/typing-game/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-typing-game/typing-game/assignment.md b/4-typing-game/typing-game/assignment.md index cd444a51..ea3ba98c 100644 --- a/4-typing-game/typing-game/assignment.md +++ b/4-typing-game/typing-game/assignment.md @@ -2,11 +2,11 @@ ## Instructions -Create a small game that uses keyboard events to do tasks. It can be a different kind of typing game, or an art type game that paints pixels to the screen on keystrokes. Get creative! +Create a small game that uses keyboard events to do tasks. It may be a different kind of typing game, or an art type game that paints pixels to the screen on keystrokes. Get creative! ## Rubric | Criteria | Exemplary | Adequate | Needs Improvement | | -------- | ------------------------ | ------------------------ | ----------------- | | | A full game is presented | The game is very minimal | The game has bugs | -| | \ No newline at end of file +| | | | |