This website requires JavaScript.
Explore
Help
Sign In
cybersecurity
/
BreakEscape
Watch
1
Star
0
Fork
0
You've already forked BreakEscape
mirror of
https://github.com/cliffe/BreakEscape.git
synced
2026-02-23 04:08:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c277da2868a82eb8100b69f724ad601fc682c47
BreakEscape
/
js
/
core
History
Z. Cliffe Schreuders
6c277da286
Implement door transition tracking: Add logic to prevent repeated door transitions by tracking the last transition made. Enhance the door transition detection system to improve gameplay flow and maintain room state consistency. Update comments for better clarity on the new functionality.
2025-09-01 02:10:47 +01:00
..
game.js
Update key-demo.html and lockpicking minigame: Enhance key mode functionality by introducing a random key selection feature, allowing players to choose from three random keys. Update UI instructions for clarity and improve feedback messages based on key selection outcomes. Adjust game parameters to streamline the key selection process and ensure a smoother gameplay experience.
2025-08-31 23:10:58 +01:00
pathfinding.js
Add BreakEscape game structure: Introduce new modular HTML, CSS, and JavaScript files for the BreakEscape game, enhancing maintainability and organization. Include design documentation and refactoring summary for clarity. Add new scenarios and assets for gameplay expansion.
2025-07-13 23:18:57 +01:00
player.js
Refactor player and room depth management: Simplify depth calculations for player and room elements by using world Y position plus layer offsets. Update door sprite depth settings for consistency and improve door transition detection logic. Enhance comments for clarity and maintainability across the codebase.
2025-09-01 02:05:57 +01:00
rooms.js
Implement door transition tracking: Add logic to prevent repeated door transitions by tracking the last transition made. Enhance the door transition detection system to improve gameplay flow and maintain room state consistency. Update comments for better clarity on the new functionality.
2025-09-01 02:10:47 +01:00