--- title: The Last Message emoji: 📱 colorFrom: gray colorTo: red sdk: gradio sdk_version: "3.50.2" app_file: app.py pinned: false --- # The Last Message - Horror Escape Game An interactive horror escape game where your messages determine the fate of others. ### Docker # Build the image docker build -t p5js-game . # Run the container docker run -p 8000:8000 p5js-game