NAME
Games::Sudoku::Component::TkPlayer - Let's play Sudoku
SYNOPSIS
use Games::Sudoku::Component::TkPlayer;
Games::Sudoku::Component::TkPlayer->bootstrap;
DESCRIPTION
This is a sample application for Games::Sudoku::Component I presented at YAPC::Asia 2006. You usually don't have to bother with internals. Just run "tksudoku.pl" and enjoy!
METHOD
- bootstrap
-
prepares widgets and runs main loop.
SEE ALSO
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Kenichi Ishigaki, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.