OutDraw is a human vs AI party game where you draw things that humans will get, but an AI won't!
ElectronExpress+Socket.IOHTML/CSS/JS
- Node.js 18+
- npm
Clone the repo, enter the project folder, and install dependencies:
git clone <repo-url>
cd Outdraw
npm installnpm startThis starts:
- Electron window (
renderer/index.html) - Local game server on
http://localhost:3000
You can also run just the server and connect from any device on your LAN:
npm run start:serverThen open the URL printed in the terminal, for example http://192.168.x.x:3000, on each device.
