mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-05-09 08:15:51 +02:00
[PR #39] [MERGED] dev to main #40
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#40
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/39
Author: @ClementHVT
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (10+)
4994d12Feat(Documentation) - Add CHATGPT.md to document the use of LLMs for debugging and commit message generation; update README.md to reference the new documentation.f82efe6Feat(Game Logic) - Refactor handler and event management functions; improve readability and modularity by separating concerns into distinct functions for game, menu, and system events.53060b0Update README.md4c47104Merge pull request #31 from BreizhHardware/dev_felix60aa7f6Feat(Game Logic) - Integrate speedrun timer functionality; add SpeedrunTimer class, modify game state management to include timer, and update leaderboard to display best times.96cd70dMerge pull request #32 from BreizhHardware/dev_felix3d3f167Feat[Sounds], add sounds to the jump, attack of the player and coinsb7331c6Merge pull request #33 from BreizhHardware/dev_table_basse8ccae49Feat(Game Logic) - Add JumpBoost and SpeedBoost collectibles; implement collision handling for boosts, update player mechanics, and modify game state to support new collectible types.cd0ae07Feat(Game Logic) - Update player life system; increase max lives from 2 to 5 and current lives from 2 to 3, adjust life increment logic based on new max lives.📊 Changes
61 files changed (+2377 additions, -723 deletions)
View changed files
📝
.gitignore(+6 -1)➕
CHATGPT.MD(+2 -0)📝
README.md(+3 -0)➕
assets/map/collectibles/jump.png(+0 -0)➕
assets/map/collectibles/speed.png(+0 -0)📝
assets/map/platform/stone_texture.png(+0 -0)➕
assets/player/Sanic.gif(+0 -0)➕
assets/sound/Boule de feu.mp3(+0 -0)➕
assets/sound/Coin.mp3(+0 -0)➕
assets/sound/Jump.mp3(+0 -0)➕
assets/sound/main_music.mp3(+0 -0)📝
map/levels/1.json(+123 -49)📝
map/levels/2.json(+375 -93)➕
profiler.py(+9 -0)📝
src/Database/CheckpointDB.py(+15 -0)➕
src/Database/InfiniteModeDB.py(+56 -0)➕
src/Database/LeaderboardDB.py(+56 -0)➕
src/Database/__pycache__/CheckpointDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/CoinDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/InfiniteModeDB.cpython-313.pyc(+0 -0)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.