A web version of Five Nights At Candy's 2, created by Emilmacko, a fan game based on FNAF series.
Play it here.
You can clone this repo and run it locally.
Run this:
# Install dependencies first
npm install
npm run dev -- --open
# Run this if you have lag issue.
# I don't really know what's the difference...
npm run build
npm run preview -- --open