Machine Strike is a board game from Horizon Forbidden West. The purpose of this project was to play around with several design patterns. Here you can find: Builder, Factory, Singleton, Adapters, Observer...
This project was made using Flutter. It's an awesome technology and you should definitely try it out.
If you don't have Flutter install on your computer, head on to:
Now you are ready to run the code!
First, ensure that you have Flutter ready by running:
flutter doctor --verbose
After that, you first need to install the project dependencies
flutter pub get
Then, simply run:
flutter run -d chrome