Commit Graph

12 Commits

Author SHA1 Message Date
e87084588d fix: build not working on itch io 2025-08-03 09:19:29 +02:00
13123234da feat: make the maze smaller 2025-08-02 12:37:54 +02:00
fbc5c43070 feat: show path player took 2025-08-02 12:32:31 +02:00
kuhyx
af854ab180
Merge pull request #2 from kuhyx/debug-mode-path
feat: add debug mode and audio console log
2025-08-02 12:26:12 +02:00
58600c319e feat: add debug mode and audio console log 2025-08-02 12:25:44 +02:00
fbd95ece5e feat: revert split into folders 2025-08-01 17:54:50 +02:00
kuhyx
61a2263c4b feat: move labyrinth to labyrinth 2025-08-01 17:33:33 +02:00
Sebastian Szczepanski
4532e4a66c voice 2025-08-01 17:24:25 +02:00
kuhyx
684646e53e Add game over mechanic - dangerous squares now end the game
- Entering any dangerous square (visual or audio) now ends the game
- Added game over sound effect with descending melody
- Game over triggers restart from beginning
- Updated UI messages to reflect deadly nature of dangers
- Enhanced challenge: no second chances, must complete without touching dangers
- Updated documentation to reflect new high-stakes gameplay
2025-08-01 16:46:54 +02:00
kuhyx
da3311c6a9 Merge remote repository with local Danger Field Game 2025-08-01 16:41:12 +02:00
kuhyx
a91a61a288 Initial commit: Danger Field Game with directional audio
- Open field gameplay with boundary walls only
- Three types of squares: safe (white), visual danger (red), audio danger (hidden)
- Directional audio system with stereo panning and pitch variation
- Proximity warnings with spatial audio cues
- Multi-sensory feedback (visual, audio, haptic)
- HTML5 Canvas rendering with smooth animations
- Web Audio API integration for rich sound effects
- Responsive design and modern JavaScript ES6+ modules
2025-08-01 16:40:12 +02:00
kuhyx
7324a135bf
Initial commit 2025-08-01 16:37:16 +02:00