ebiten/examples/README.md

7 lines
130 B
Markdown
Raw Normal View History

2016-08-25 18:21:01 +02:00
# Exacute the examples
```sh
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
2016-12-16 09:02:16 +01:00
:; go run -tags=example rotate/main.go
2016-08-25 18:21:01 +02:00
```