Based off of Pmndrs/ecctrl, play as Squidward as he finds himself trapped in a world he once called home. Made with react-three-fiber and react-three-rapier.
You can play the game here.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:5173
npm run dev
# Build for production in the example/exampleDist/ directory
vite build -c vercelVite.config.js