mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 09:30:11 +02:00
assignment links
This commit is contained in:
@@ -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)
|
||||
|
12
4-typing-game/typing-game/assignment.md
Normal file
12
4-typing-game/typing-game/assignment.md
Normal 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 |
|
||||
| |
|
Reference in New Issue
Block a user