Skip to content

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.

Notifications You must be signed in to change notification settings

vital-edu/triomino_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triomino Core

Triomino Core with command-line application.

Tests

Dependencies:

  • lcov
    • macos: brew install lcov
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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages