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
- Host: GitHub
- URL: https://github.com/as/paint
- Owner: as
- License: bsd-3-clause
- Created: 2016-12-24T04:43:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T05:25:57.000Z (over 8 years ago)
- Last Synced: 2024-06-20T06:24:26.945Z (about 2 years ago)
- Topics: draw, go, golang, network, paint
- Language: Go
- Size: 3.05 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## paint
Multiplayer paint

## 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
```