assignment links

This commit is contained in:
Jen Looper
2020-11-16 11:56:14 -05:00
parent db2ab4b2df
commit 16af4e7db3
23 changed files with 22 additions and 22 deletions

View File

@@ -333,4 +333,4 @@ Read up on [all the events available](https://developer.mozilla.org/en-US/docs/W
## Assignment
[Create a new keyboard game](4-typing-game/typing-game/assignment.md)
[Create a new keyboard game](assignment.md)

View File

@@ -0,0 +1,12 @@
# Create a new keyboard game
## 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!
## Rubric
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | ------------------------ | ------------------------ | ----------------- |
| | A full game is presented | The game is very minimal | The game has bugs |
| |