diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/imageviewer/README.md | 5 | ||||
| -rw-r--r-- | examples/paint/README.md | 4 | ||||
| -rw-r--r-- | examples/pexeso/README.md | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/examples/imageviewer/README.md b/examples/imageviewer/README.md index 45062c2..3fa6997 100644 --- a/examples/imageviewer/README.md +++ b/examples/imageviewer/README.md @@ -1,5 +1,10 @@ # Image Viewer +``` +$ go build +$ ./imageviewer +``` + This example is a proof of concept that it is actually possible to make real GUI apps with this package :).  diff --git a/examples/paint/README.md b/examples/paint/README.md index c02047d..2859433 100644 --- a/examples/paint/README.md +++ b/examples/paint/README.md @@ -1,5 +1,9 @@ # Paint +``` +$ go run main.go +``` + This is a simple paint program. Pick colors on the right, draw on the rest.  diff --git a/examples/pexeso/README.md b/examples/pexeso/README.md index 03288ba..c4f455a 100644 --- a/examples/pexeso/README.md +++ b/examples/pexeso/README.md @@ -1,5 +1,9 @@ # Pexeso +``` +$ go run main.go +``` + The [game of pairs](https://en.wikipedia.org/wiki/Concentration_(card_game)), also know as _concentration_, _match match_, or _pexeso_. This one has an extraordinarily beautiful concurrent solution.  |