使用fyne做的简易版水果机
亲测 安卓、mac、windows 均可正常使用
本地运行:go run .
下面三个都需要提前安装依赖
安卓打包:fyne package -os android -icon icon.png -appID iwangle.me.fruit
windows: fyne-cross windows -app-id iwangle.me.fruit
mac: fyne-cross darwin -app-id iwangle.me.fruit
构建安卓应用时若出现
../../../go/pkg/mod/fyne.io/fyne/[email protected]/internal/driver/mobile/app/android.go:520:6: could not determine kind of name for C.ALooper_pollAll
需要找到对应行把ALooper_pollAll
改为ALooper_pollOnce
- 基础界面
- 滚动效果
- 关闭后再次打开能读到上次数据
- 奖线播放
- 数值调控 rtp: 0.96, winRate 0.5+
- 中奖历史记录
- 界面可查看奖励配置
- 添加音效
- 添加背景 (加了发现不好看)
- 自动spin