syedm
db7c2aa7a2
Enhance game over scene: implement GameOver class with options for retry and main menu, add background image, and handle mouse and keyboard interactions.
2026-04-02 15:33:50 +01:00
syedm
0369d24338
Refactor enemy system: enhance EnemyAI with attack cooldown, update Force class to handle damage, and improve EnemyHandler for enemy removal; add OccamsRazor weapon with attack mechanics.
2026-03-30 19:39:43 +00:00
syedm
60a89ed128
Enhance enemy AI and introduce Force class: update speed dynamics based on Lorentz field effects, refactor enemy spawning to utilize Force, and add sprite loading for Force.
2026-03-30 16:31:08 +00:00
syedm
1fbd12e6f6
Refactor props handling and inventory logic; add ghost prop preview
2026-03-28 23:07:42 +00:00
syedm
f54679de61
Refactor game state and HUD:
...
- Removed the State class as it was no longer needed.
- Updated the MazeData class to improve output formatting.
- Added new assets for HUD background and foreground.
- Implemented Inventory class to manage crafting and item selection.
- Created HUDLayer class to handle drawing the HUD and inventory interactions.
2026-03-28 20:46:32 +00:00
syedm
045200bf9f
Props are now collectible;
...
Props logic refractor;
maze coordinates cleanup
2026-03-28 18:09:58 +00:00
syedm
e42b31ec24
Refactor character and enemy AI movement logic; implement delta time for smoother updates and replace object (a reserved keyword) with prop.
2026-03-28 16:43:37 +00:00
syedm
83d250f1e9
Implement enemy AI and handler; add placeable radar object; enhance maze functionality
2026-03-25 22:02:50 +00:00