Langaw
Langaw is an endless tap game featured in the game development tutorial by Japa Alekhin Llemos in jap.alekhin.io.
The tutorial series is split into multiple parts focusing on certain stages of game development.
Using Flutter as the base framework and the Flame plugin for it that is simple yet powerful enough to let you create all sorts of games.
Getting Started
https://jap.alekhin.io/create-mobile-game-flutter-flame-beginner-tutorial
Getting Started
- Set up a playable game
- Graphics and animation
- Views and dialog boxes
- Scoring, storage, and sound
- Finishing up and packaging
Generate new icons
Update the icon.png in /assets/icon/ and run following script
flutter pub run flutter_launcher_icons:main
Rename launcher name
Update the name property in pubspec.yaml for flutter_launcher_name and run following script
flutter pub run flutter_launcher_name:main