Twaddle is a browser word game to be played by a Twitch broadcaster and their chat, developed for a Twitch integration game jam organised by NymN, who played the game on stream.
The latest version can be played on Vercel.
It is designed to be run full-screen at 1440p, but supports 1080p and can be zoomed for higher resolutions.
Twaddle is a Next.js project.
Using NPM, run npm install to install the dependencies.
Run the server with npm run dev, then open http://localhost:3000.
Run the linter with npm run lint and the tests with npm run test.
