Skip to content

isketch-app/iSketch.app

Repository files navigation

iSketch.app

iSketch was a browser-based drawing game similar to Pictionary. It was launched by Robert Wahlstedt on June 15, 1999, and is written in Adobe Shockwave. The original site is still available at iSketch.net

This project is an open source HTML5 / WebSocket driven re-write of the original game! (Not affiliated with the original authors of iSketch.net)

Play online at isketch.app!

Hosting your own instance of iSketch.app:

Pre-reqs:

  • Windows / Linux
  • Docker or Docker Desktop

Bash Commands:

mkdir iSketch.app
cd iSketch.app
wget -O docker-compose.yml https://raw.githubusercontent.com/isketch-app/iSketch.app/master/docker-compose.yml
docker compose up -d

PowerShell Commands:

mkdir iSketch.app
cd iSketch.app
Invoke-WebRequest -OutFile "docker-compose.yml" -Uri "https://raw.githubusercontent.com/isketch-app/iSketch.app/master/docker-compose.yml"
docker compose up -d

Browse to http://docker-host:8080

About

✏ This project is an open source HTML5 / WebSocket driven re-write of the original game! (Not affiliated with the original authors of iSketch.net)

Topics

Resources

License

Stars

Watchers

Forks