added notes from the tutorium

This commit is contained in:
2023-11-26 00:01:35 +01:00
parent 49db2046ce
commit 6a6a7d21dc

View File

@ -26,12 +26,12 @@
## Vorrechnen
1. Python-Game
1. `Vec2`:
2. `add_vecs`:
3. `Item`:
4. `Snake`:
5. `Game`:
6. `turn_direction`:
1. `Vec2`: aw616
2. `add_vecs`: fk439
3. `Item`: ln200
4. `Snake`: lp321
5. `Game`: rl173
6. `turn_direction`: ih205
7. `grow_positions`:
8. `collision`:
9. `generate_item`: