💀 💀 💀 s k u l l s 💀 💀 💀 https://github.com/rootVIII/skulls
Find a file
2021-05-27 00:39:51 -04:00
assets skulls! 2021-05-24 23:21:01 -04:00
skullsgomobile skulls! 2021-05-24 23:21:01 -04:00
go.mod skulls! 2021-05-24 23:21:01 -04:00
go.sum skulls! 2021-05-24 23:21:01 -04:00
README.md readme 2021-05-27 00:39:51 -04:00
skulls.go skulls! 2021-05-24 23:21:01 -04:00

Skulls is simple Columns-like strategy game developed in Golang with the Ebiten library (for Android)

All development/debugging was done with the gomobile tool and adb.

ex2
Run in a local testing environment:
  
// Navigate to skulls/ and generate a .apk with skullsgomobile/:
gomobile build -target=android github.com/rootVIII/skulls/skullsgomobile

// Install the newly created .apk into an already running Android Emulator (from Android Studio):
adb -s emulator-5554  install skullsgomobile.apk

// view logging output from the game:
adb logcat

// Note that I use a pixel4 emulator. I have an alias stored in my profile to open it easily via terminal:
alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'
  

ex1

  1. Font used for text: RADIOLAND.TTF
  2. All assets (images, audio, and font) were converted to []byte using file2byteslice

This was developed on macOS Big Sur.


Author: rootVIII 2021