Updated Your first game in Ebiten! (markdown)

Hajime Hoshi 2016-10-25 22:07:40 +09:00
parent 0e318f5640
commit e492b4db6a

@ -17,7 +17,7 @@ There're already [some examples available on the website](https://hajimehoshi.gi
Before we started, you would need to `go get` the Ebiten package:
```bash
$ go get github.com/hajimehoshi/ebiten
:; go get github.com/hajimehoshi/ebiten
```
# Write your first game with Ebiten
@ -102,8 +102,8 @@ func main() {
Your first game with Ebiten written in Go is quietly done! Now execute it though the following command in **your terminal**.
```go
go run ./main.go
```bash
:; go run ./main.go
```
And you can see the result.