diff --git a/README.md b/README.md index 284e201..653020c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ The retro game development engine for Go, inspired by [Pico-8](https://www.lexaloffle.com/pico-8.php) and powered by [Ebitengine](https://ebiten.org/). +[![Hello World example](docs/screenshot-hello.png)](examples/hello) +[![Controller example](docs/screenshot-controller.png)](examples/controller) +[![Keyboard example](docs/screenshot-keyboard.png)](examples/keyboard) +[![Palette swapping example](docs/screenshot-pal.png)](examples/pal) + ## FAQ ### Is this a new fantasy console? diff --git a/docs/screenshot-controller.png b/docs/screenshot-controller.png new file mode 100644 index 0000000..45cd5aa Binary files /dev/null and b/docs/screenshot-controller.png differ diff --git a/docs/screenshot-hello.png b/docs/screenshot-hello.png new file mode 100644 index 0000000..e512a64 Binary files /dev/null and b/docs/screenshot-hello.png differ diff --git a/docs/screenshot-keyboard.png b/docs/screenshot-keyboard.png new file mode 100644 index 0000000..8e57aa8 Binary files /dev/null and b/docs/screenshot-keyboard.png differ diff --git a/docs/screenshot-pal.png b/docs/screenshot-pal.png new file mode 100644 index 0000000..2179d77 Binary files /dev/null and b/docs/screenshot-pal.png differ