Realtime collaborative drawing application where multiple people can draw together on a shared canvas.
- Left mouse button to draw
- Mouse wheel/Scroll to adjust brush size
- Space to reset canvas
- Left Shift to set a random background colour
- Clone the repo or download source files
- Install required dependencies
pip install pygame
-
Change the server address/ports if running on multiple devices, or leave as is for running via localhost
-
Start the server:
python server.py
- Start the clients:
python client.py