[PR #44] [MERGED] Dev felix #44

Closed
opened 2026-05-06 12:17:30 +02:00 by BreizhHardware · 0 comments

📋 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: devHead: dev_felix


📝 Commits (4)

  • bae49c0 Feat(Enemy) - Update enemy sizes and add boss behavior; refactor loading and scaling of enemy sprites.
  • bb6eb2d Feat(Exit) - Implement boss defeat check for exit locking mechanism; enhance exit behavior to prevent triggering until boss is defeated.
  • 654e9c6 Feat(Instructions) - Add instructions screen to display game controls; implement event handling for navigation and drawing functionality.
  • 7fdb94e Chore(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.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/project_sanic/pull/44 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@ClementHVT](https://github.com/ClementHVT) **Base:** `dev` ← **Head:** `dev_felix` --- ### 📝 Commits (4) - [`bae49c0`](https://github.com/BreizhHardware/project_sanic/commit/bae49c04dce6214b06f9db13f182ecfb0963d3ee) Feat(Enemy) - Update enemy sizes and add boss behavior; refactor loading and scaling of enemy sprites. - [`bb6eb2d`](https://github.com/BreizhHardware/project_sanic/commit/bb6eb2d77ffdbbb835c3c1760e934b7976e07395) Feat(Exit) - Implement boss defeat check for exit locking mechanism; enhance exit behavior to prevent triggering until boss is defeated. - [`654e9c6`](https://github.com/BreizhHardware/project_sanic/commit/654e9c66e76d30acc6201ec948a47a6df2e7d6af) Feat(Instructions) - Add instructions screen to display game controls; implement event handling for navigation and drawing functionality. - [`7fdb94e`](https://github.com/BreizhHardware/project_sanic/commit/7fdb94efd051ff13e934fd7b5797815ac0048786) Chore(log) ### 📊 Changes **10 files changed** (+407 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:17:30 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/project_sanic#44
No description provided.