Pokémon Battler is a mobile-app phone game that enables users to play and simulate the battle sequence of the popular game, Pokémon, all while encouraing the user to stay physically active. To engage in a battle, you must first walk 150M. Only then are you allowed to fight other Pokemons and capture them!
- Created with Flutter, Dart.
- Uses UW's Pokedex API.
- Uses MVVM Architecture.
- Install Flutter / Dart: https://docs.flutter.dev/get-started/install
- Connect USB to Phone
- On IOS, go to XCode. Sign in to your team (Signing and Capabilities). Select your connected iPhone. Build the app. Then run
flutter run --releaseto install temporarily onto your phone. - On Android, download Android Studio. Select your connected iPhone. Build and start.
You are now able to use the app without a wire!
This project is purely for educational-purposes only. All content of Pokemon is owned by Nintendo Games. Special thanks to UW for their public Pokemon API.