Francisco Vertedor 58a663ce5f Mr. Francisco's fixes
Key fixes:
- Fixed the sword tracking bug by changing on_mouse_mmove to Pygame Zero’s correct on_mouse_move callback and using sword.pos = pos.
- Fixed dinosaur movement so they move at a steady speed toward the apple instead of accelerating wildly based on distance.
- Fixed the hit sound call to sounds.hit.play().
- Added basic score and missed-apple counters.
- Cleaned up naming, constants, and added comments around the important game logic.
2026-06-16 09:43:18 +00:00
2026-06-16 15:25:27 +08:00
2026-06-16 15:25:27 +08:00
2026-06-16 09:43:18 +00:00
Description
No description provided
377 KiB
Languages
Python 100%