bowling 1.0.0 copy "bowling: ^1.0.0" to clipboard
bowling: ^1.0.0 copied to clipboard

A simple command-line bowling application.

A simple command-line bowling application. #

final game = Game();
// STRIKE
game.add(10);

// SPARE
game.add(7);
game.add(3);

// another example of frame
game.add(2);
game.add(5);

Check test/game_test.dart for more examples.

This implementation is based on the book Agile Principles, Patterns, and Practices in C# by Martin C. Robert, Martin Micah

Created from templates made available by Stagehand under a BSD-style license.

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A simple command-line bowling application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on bowling