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 getto get the dependencies. - Run
flutter pub run build_runner buildinside the project for code generation.โ - Connect you device.
- Run
flutter runto 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.