• Stars
    star
    163
  • Rank 231,141 (Top 5 %)
  • Language
    Objective-C
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tap Hero Game - An Open Source Flutter Game

Tap Hero ๐Ÿ“ฑ ๐ŸŽฎ

TapHero is a casual tapping arcade game. This repo includes Android, iOS, Desktop (macOS, Windows, Linux). For Flutter Web, check the TapHero Web Repo


Awesome GitHub version Dart Flutter Android iOS Desktop


Screenshots ๐Ÿ“ธ ๐ŸŽฎ


TapHero was developer entirely with Flutter without engines.

TapHero

Install ๐Ÿค“ ๐Ÿ’ป


  • Download/Clone 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

Download binaries ๐Ÿ—„ ๐ŸŽฎ



Try it now ๐ŸŒŽ ๐ŸŽฎ


Contact Links ๐Ÿ”— ๐ŸŽฎ


Twitter GeekMZ

Medium @MkiiSoft

Medium Post From Zero to a Multiplatform Flutter Game in a week