togboard

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

togboard

togboard.dart #
A package "Togyz Kumalak" written in Dart by Yernar Shambayev.
Togyz Kumalak (or Toguz Kumalak or Toguz Korgool) is a very interesting Kazakh-Kyrgyz board game. Rules can be found here: https://mancala.fandom.com/wiki/Toguz_Kumalak
If you want to play against pretty strong AI, check this Android app: https://play.google.com/store/apps/details?id=com.yernar.mastertk
A Random Game #
import 'package:togboard/togboard.dart';

void main() {
ToguzBoard toguzBoard = ToguzBoard();
toguzBoard.playRandomGame();

print("Game over: ${toguzBoard.getScore()}");
toguzBoard.printNotation(true, false);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.