ebiten/examples/README.md
2016-12-16 17:02:16 +09:00

7 lines
130 B
Markdown

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