tap hero arcade game
taphero is a casual tapping arcade game. this repo includes android, ios, desktop (macos, windows, linux).
taphero was developer entirely with flutter without engines.
install ��
- download/download repo
- open with android studio / intellij / vs code
- android:
- connect device > run
- create emulator > run
- command (terminal): flutter run
- ios:
- download xcode
- open ios emulator > run
- connect device (app store account needed) > run
- command (terminal): flutter run
- desktop:
- command (terminal): export enable_flutter_desktop=true
- command (terminal): flutter devices
- command (terminal): flutter run -d macos (for example | macos is your desktop id from “flutter devices”)
- using intellij / android studio: select macos (or your os) > run
- web:
features & improvements ��♂️ ��♀️ ��
- create a pr for new features / improvements
- create a ticket for highlight issues / bugs
Comments are closed.