mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 23:44:31 +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:
|
Before we started, you would need to `go get` the Ebiten package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/hajimehoshi/ebiten
|
:; go get github.com/hajimehoshi/ebiten
|
||||||
```
|
```
|
||||||
|
|
||||||
# Write your first game with 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**.
|
Your first game with Ebiten written in Go is quietly done! Now execute it though the following command in **your terminal**.
|
||||||
|
|
||||||
```go
|
```bash
|
||||||
go run ./main.go
|
:; go run ./main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
And you can see the result.
|
And you can see the result.
|
||||||
|
Loading…
Reference in New Issue
Block a user