Big commit

translate most (if not all) of the assignments to Dutch
This commit is contained in:
Noah
2021-03-07 20:59:22 +01:00
parent b0a70141d4
commit 7f591cddd7
25 changed files with 281 additions and 11 deletions

View File

@@ -2,10 +2,10 @@
## 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!
## Rubric
| 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 |