Skip to content

hajimehoshi/go-inovation

 
 

Repository files navigation

Go port of "Inovation 2007" by Omega

Original Work

http://o-mega.sakura.ne.jp/product/ino.html

Releases

Web Browsers

http://hajimehoshi.github.io/go-inovation/

Android

Get it on Google Play

iOS

Download on the App Store

Privacy Policy

We never collect any data from users in the above applications.

How to install and run on desktops

mkdir go-inovation
cd go-inovation
go mod init examle.com/m
go run github.com/hajimehoshi/go-inovation

How to build for Android

git clone https://github.com/hajimehoshi/go-inovation
cd go-inovation
go run github.com/hajimehoshi/ebiten/v2/cmd/ebitenmobile bind -target android -javapkg com.hajimehoshi.goinovation -o ./mobile/android/inovation/inovation.aar ./mobile
# You might need to specify Android SDK version like `-androidapi=23`

and run the Android Studio project in ./mobile/android.

How to build for iOS

git clone https://github.com/hajimehoshi/go-inovation
cd go-inovation
go run github.com/hajimehoshi/ebiten/v2/cmd/ebitenmobile bind -target ios -o ./mobile/ios/Mobile.xcframework ./mobile

and run the Xcode project in ./mobile/ios.

Packages

No packages published

Languages

  • Go 84.7%
  • Shell 8.4%
  • Objective-C 4.4%
  • Java 2.5%