14 Commits

Author SHA1 Message Date
Félix MARQUET
afeeda4de1 Timer V1 clignote 2025-04-10 17:01:17 +02:00
Félix MARQUET
55bee48093 Feat(Level Design) - Update level dimensions and platform properties; enhance enemy and collectible configurations; increase jump and speed boost durations. 2025-04-10 11:56:20 +02:00
Félix MARQUET
8ccae49754 Feat(Game Logic) - Add JumpBoost and SpeedBoost collectibles; implement collision handling for boosts, update player mechanics, and modify game state to support new collectible types.
# Conflicts:
#	src/Entity/Player.py
2025-04-09 11:58:05 +02:00
Félix MARQUET
3866a0b48c Feat(Level Design) - Update platform and enemy configurations in JSON files; modify platform IDs, positions, and textures, and add new enemy types with behaviors. 2025-04-07 13:24:14 +02:00
Félix MARQUET
e67d64d0e3 Feat(Exit Video) - Implement video playback on exit collision; add functionality to play a video and return to the menu, and update requirements for moviepy support 2025-04-07 13:21:11 +02:00
Félix MARQUET
5287f84c90 Feat(Enemy Animation) - Implement GIF support for turret enemies; update enemy sprite handling and enhance enemy generation in InfiniteMapGenerator
# Conflicts:
#	src/Entity/Enemy.py
2025-04-07 10:11:03 +02:00
Félix MARQUET
ac5fa10752 Merge pull request #26 from BreizhHardware/dev_table_basse
Feat[Enemy], add assets for the enemies
2025-04-07 09:14:35 +02:00
MateoLT
5539fe9e84 Feat[Enemy], add assets for the enemies 2025-04-07 09:11:23 +02:00
Félix MARQUET
80ed86c387 Feat(Level Design) - Update Level 3 background and platform textures; enhance platform appearance and add dynamic background selection in LevelEditor 2025-04-04 11:59:57 +02:00
Félix MARQUET
8535ebad4d Feat(Sprite Management) - Replace exit door sprite with new asset 'Zeldo.png' across multiple JSON and Python files 2025-04-04 11:24:57 +02:00
Félix MARQUET
1519b8dc28 Feat(Menu) - Add dynamic background selection and parallax effect in menu; enhance collectible handling in InfiniteMapGenerator 2025-04-04 11:01:27 +02:00
Félix MARQUET
a5a05d23cf Feat(Level Design) - Update background assets and improve background handling in game; add cave background and enhance drawing logic for seamless effect 2025-04-04 10:03:12 +02:00
ClementHVT
5e5ca57f6f FEAT [Collectibles] - Added Coin item : collectible in map - Coin counter on top of screen - Added custom font for display 2025-03-31 09:52:53 +02:00
Félix MARQUET
908fc76331 Add background image support and texture loading for entities and platforms 2025-03-26 14:00:10 +01:00