You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to implement the game Triomino in Dart. It also provides a CLI to play the game and it can be used as a dependency ready to be integrated in Flutter projects.
dart test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html
About
This project aims to implement the game Triomino in Dart. It also provides a CLI to play the game and it can be used as a dependency ready to be integrated in Flutter projects.