mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 11:12:44 +01:00
Updated Your first game in Ebiten! (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user