EldersJavas / go-inovation

Go port of Inovation 2007 by Omega

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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.framework ./mobile

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

About

Go port of Inovation 2007 by Omega

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

License:MIT License


Languages

Language:Go 84.8%Language:Shell 8.3%Language:Objective-C 4.3%Language:Java 2.5%