2025 Moment Echo is a small interactive collection that turns photos into playable memories: a retro RPG-style story log, a floating 3D friendship gallery, and a cozy flip-card game. It’s built to feel like a gift of moments—simple to open, easy to share, and made to celebrate friendship through tiny, repeatable rituals of looking back.
Start with: https://annaandmandy.github.io/Christmas_memory/3d_gallary.html
A memory-driven mini collection made of three experiences:
- RPG Story Log
- 3D Gallery
- Flip Memory Game
Each part is a standalone HTML page. Open them in a browser, or host the repo on GitHub Pages.
Play: open RPG/rpg_memories.html.
Build your own story log:
- Put your photos in
RPG/photos/. - Install Python deps:
pip install pillow
- Set your Claude API key:
export ANTHROPIC_API_KEY="your_key_here"
- Run the builder:
python RPG/rpg_memory_builder.py
- Open the generated
RPG/rpg_memories.html.
Notes:
- The builder pixelates images and asks Claude to generate short retro RPG captions.
- Captions are embedded into the HTML as base64 images, so it can be shared as a single file.
Play: open 3d_gallary.html.
Customize:
- Replace images in
3d_images/. - Edit
friendsDatainside3d_gallary.htmlto update names, titles, and descriptions.
Notes:
- The gallery uses
three.jsvia CDN, so an internet connection is required.
Play: open game/index.html.
Customize:
- Provide 8 folders under
game/game_photos/named1to8. - Each folder should contain
a.jpgandb.jpg(two photos from the same place).
Example:
game/game_photos/1/a.jpg
game/game_photos/1/b.jpg
...
game/game_photos/8/a.jpg
game/game_photos/8/b.jpg
Notes:
- The game shuffles 16 cards (8 pairs) and tracks steps + time.