TapHero is a casual tapping arcade game. This repo includes the Flutter Web version. For Flutter Android, iOS, Desktop (macOS, Windows, Linux), check the TapHero Repo
TapHero was developer entirely with Flutter without engines.
- Download/Clone repo
- Open with Android Studio / IntelliJ / VS Code
- Web:
- Command (terminal): flutter packages pub global activate webdev
- Command (terminal): flutter packages upgrade
- Run: webdev serve
- Build: webdev serve build
- Create a PR for new Features / Improvements
- Create a Ticket for highlight Issues / Bugs