Fun 3d pong game with xinput support.
npm i
npm run build
npm start
Open a browser to localhost:8080. Move your paddle with WASD and rotate it with Q/E. You can also use a gamepad, using the two control sticks.
npm run build:network-demo
npm run start:network-demo
Control the other paddle with UHJK.