readme
This commit is contained in:
parent
a239e892bf
commit
a2b00c4d5c
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
The game was developed as a POC to experience creating a simple game with Go/deploying it to Android.
|
The game was developed as a POC to experience creating a simple game with Go/deploying it to Android
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The <a href="https://ebiten.org/" target="_blank">Ebiten</a> library for Golang was used to create the game.
|
The <a href="https://ebiten.org/" target="_blank">Ebiten</a> library for Golang was used to create the game
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
All development/debugging was done with the <a href="https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile" target="_blank">gomobile</a> tool and <a href="https://developer.android.com/studio/command-line/adb" target="_blank">adb</a>.
|
All development/debugging was done with the <a href="https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile" target="_blank">gomobile</a> tool and <a href="https://developer.android.com/studio/command-line/adb" target="_blank">adb</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Android Studio should be downloaded/installed; the AVD emulators are free and convenient
|
Android Studio should be downloaded/installed; the AVD emulators are free and convenient
|
||||||
|
|
Loading…
Add table
Reference in a new issue