15 lines
615 B
Python
15 lines
615 B
Python
|
|
# McRogueFace Cookbook - Mini-Application Demos
|
||
|
|
"""
|
||
|
|
Complete mini-applications demonstrating real-world patterns.
|
||
|
|
|
||
|
|
Applications:
|
||
|
|
calculator.py - Boss-key calculator with scene switching
|
||
|
|
dialogue_system.py - NPC dialogue with choices and mood
|
||
|
|
day_night_shadows.py - HeightMap shadow projection demo
|
||
|
|
remote_control.py - FOV + entity perspective switching
|
||
|
|
health_bar_hover.py - Hover-based health display
|
||
|
|
toast_demo.py - Notification system demo
|
||
|
|
banter_chat.py - Timed chat messages
|
||
|
|
loot_detector.py - Directional arrow compass
|
||
|
|
grid_puzzle.py - Interactive Sokoban-style puzzle
|
||
|
|
"""
|