mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-05-09 08:15:51 +02:00
[PR #44] [MERGED] Dev felix #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/project_sanic#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/project_sanic/pull/44
Author: @BreizhHardware
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @ClementHVT
Base:
dev← Head:dev_felix📝 Commits (4)
bae49c0Feat(Enemy) - Update enemy sizes and add boss behavior; refactor loading and scaling of enemy sprites.bb6eb2dFeat(Exit) - Implement boss defeat check for exit locking mechanism; enhance exit behavior to prevent triggering until boss is defeated.654e9c6Feat(Instructions) - Add instructions screen to display game controls; implement event handling for navigation and drawing functionality.7fdb94eChore(log)📊 Changes
10 files changed (+407 additions, -190 deletions)
View changed files
📝
map/levels/1.json(+2 -2)📝
map/levels/2.json(+3 -3)📝
map_test.json(+13 -0)📝
src/Entity/Enemy.py(+34 -8)📝
src/Entity/Entity.py(+1 -0)📝
src/Entity/Exit.py(+22 -3)📝
src/Entity/Player.py(+159 -139)➕
src/Menu/InstructionsScreen.py(+97 -0)📝
src/game.py(+8 -0)📝
src/handler.py(+68 -35)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.