This game is a single-page web app (deepfake-decoder.html) that loads local assets from videos/ and original.jpg.
From this folder (C:\Users\tanyi\Downloads\aisg_deepfakegame-2), run one of the following:
- Python:
python -m http.server 8000- Node.js:
npx http-server . -p 8000Then open:
http://localhost:8000/deepfake-decoder.html
Double-click deepfake-decoder.html to open it in your browser.
If the videos don’t play (some browsers restrict media loading from file://), use Option A instead.