Spaces:
Sleeping
Sleeping
title: The Last Message | |
emoji: 📱 | |
colorFrom: gray | |
colorTo: red | |
sdk: docker | |
sdk_version: 5.13.1 | |
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 |