ebiten/examples/README.md
2018-03-17 22:36:53 +09:00

7 lines
130 B
Markdown

# Execute the examples
```sh
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run -tags=example rotate/main.go
```