An open-source minimalist platformer game
Built with Flutter and the Flame Engine
- Google Play Listing (not coming soon.)
- Familiarity with the command line
- Basic knowledge of Dart or any similar languages
- Flutter SDK installed
- Git installed, basic knowledge of Git
- Some editor: Android Studio, VS Code, or IntelliJ IDEA
- Android SDK installed (if you are using Android Studio, skip this)
- Either a physical Android/iOS device or an Android/iOS emulator (AVD/Xcode)
macOS is required for iOS development.
Ensure Flutter is correctly installed and set up by running flutter doctor
.
- Clone the repository to your local machine.
git clone https://github.com/gamer-gang/monument-platformer.git
- In the root directory of the repository, run
flutter pub get
, or use your editor to install dependencies. - With either your emulator running or your device connected, run
flutter run
, or start the app from your editor.
© 2020 gamer-gang under BSD-3-Clause unless otherwise noted