Commit Graph

7 Commits

Author SHA1 Message Date
Arlo Filley
2b99cb9579 protection against getting carried off after being hit 2024-11-24 17:46:56 +00:00
Arlo Filley
7ca2bd0b30 Blood of CUBE runs thin after being hit now 2024-11-24 17:12:13 +00:00
Arlo Filley
b5c039edd3 New enemy movement, enemy spawner, player movement (w/ particle effects) 2024-11-24 01:34:56 +00:00
Arlo Filley
3d763eef0b CUBE DASH 2024-11-22 22:58:34 +00:00
373211a586 Feature: Hearts to track player lives
Added:
- Lives for the player
- Hearts to show the player how many lives they have
- Quits on 0 lives
Changed:
- Refactored code for easier maintainance
    - Better variable names
    - Easier to read conditions
    - Subroutines to handle specific logic
2024-04-30 21:26:34 +01:00
694b5f9d8c Feature: Loud metal pipe noise to indicate damage taken 2024-04-30 17:31:29 +01:00
4e9e988034 Feature: Enemy collision detection, and customisable keybinds
Added:
- Enemy collision detection
- Customisable movement keybinds
- Simplified movement code
2024-04-30 17:14:05 +01:00