solve_24_game 1.0.3 copy "solve_24_game: ^1.0.3" to clipboard
solve_24_game: ^1.0.3 copied to clipboard

The 24 puzzle is an arithmetical puzzle in which the objective is to find a way to manipulate four integers so that the end result is 24. For example, for the numbers 4, 7, 8, 8, a possible solution i [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solve_24_game

With Flutter:

 $ flutter pub add solve_24_game

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  solve_24_game: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:solve_24_game/solve_24_game.dart';
1
likes
130
points
29
downloads

Publisher

verified publisherabcd.ar

Weekly Downloads

The 24 puzzle is an arithmetical puzzle in which the objective is to find a way to manipulate four integers so that the end result is 24. For example, for the numbers 4, 7, 8, 8, a possible solution is (7 - (8 ÷ 8)) x 4 = 24

Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

trotter

More

Packages that depend on solve_24_game