Skip to content

Tzur01/Outdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutDraw

OutDraw is a human vs AI party game where you draw things that humans will get, but an AI won't!

OutDraw Screenshot

Tech Stack

  • Electron
  • Express + Socket.IO
  • HTML/CSS/JS

Prerequisites

  • Node.js 18+
  • npm

First-Time Setup

Clone the repo, enter the project folder, and install dependencies:

git clone <repo-url>
cd Outdraw
npm install

Run The Desktop App

npm start

This starts:

  • Electron window (renderer/index.html)
  • Local game server on http://localhost:3000

Run (Browser / Phone on Same Wi-Fi)

You can also run just the server and connect from any device on your LAN:

npm run start:server

Then open the URL printed in the terminal, for example http://192.168.x.x:3000, on each device.

About

OutDraw is a human vs AI party game where you draw things that humans will get, but an AI won't!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors