FPS / README.md
ftrtemis's picture
Switch to Docker SDK: FastAPI backend + Three.js FPS frontend
59db36c verified
|
Raw
History Blame Contribute Delete
351 Bytes
metadata
title: FPS
emoji: 🎮
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false

Neon Strike FPS (Docker Space)

This Space uses FastAPI + WebSocket for multiplayer and serves a Three.js frontend.

Local run

docker build -t fps-space .
docker run --rm -p 7860:7860 fps-space

Open http://localhost:7860