mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-21 22:05:19 +02:00
13 lines
603 B
Markdown
13 lines
603 B
Markdown
# Create a new keyboard game
|
|
|
|
## Instructions
|
|
|
|
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 |
|
|
| | | | |
|