This is a simple game 🕹 with two controls. It requires the user to guess if a mathematical equation (only addition, because it's 'Adder') is correct.
This is game is simple, right?
Well, anyone could have made this game in matter of hours but this project is not focused on the game 🎮 but on the architecture 🏗.
This game is kept simple so as to allow people of all skill levels to appreciate the clean code 💻 and, if possible, take away a few good ideas 💡.
- Clone the project.
- Run
flutter pub get
to get the dependencies. - Run
flutter pub run build_runner build
inside the project for code generation. - Connect you device.
- Run
flutter run
to run the application.
Well, you can create pull requests. It would be happily 😃 merged as long as the code is clean and architecture is intact 💪🏻.
For example, you can work on beautifying 💇🏻♀️ the UI or extend the app for more than just addition.