Spaces:
Running
Running
File size: 377 Bytes
00bc02c 08ade65 527bf1d 08ade65 00bc02c 08ade65 527bf1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
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 |