mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 18:32:16 +02:00
folder names
This commit is contained in:
11
6-space-game/4-collision-detection/assignment.md
Normal file
11
6-space-game/4-collision-detection/assignment.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Explore Collisions
|
||||
|
||||
## Instructions
|
||||
|
||||
## Rubric
|
||||
|
||||
To better understand how collisions work, build a very small game with a few items that collide. Make them move via keypresses or mouse clicks, and make something happen to one of the items when it is hit. It could be something like a meteor hitting the earth, or bumper-cars. Get creative!
|
||||
|
||||
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||||
| -------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------ | ----------------- |
|
||||
| | Complete working code sample is produced, with items drawn to canvas, basic collision happening, and reactions occurring | Code is incomplete in some way | Code malfunctions |
|
Reference in New Issue
Block a user