An open API service indexing awesome lists of open source software.

https://github.com/as/paint

Multiplayer paint
https://github.com/as/paint

draw go golang network paint

Last synced: 5 months ago
JSON representation

Multiplayer paint

Awesome Lists containing this project

README

          

## paint
Multiplayer paint
![paint](img/paint3.png)

## Install

```
go install github.com/as/paint
```

## Server

```
./paint
```

## Client(s)

```
./paint -s server:443
```

## Use
```
Mouse
Right: Draw
Left: Pick
Middle: Mix

Kbd
Up: Increase
Down: Decrease
```