Games::BonDigi

This is a crazy experiment in game algorithms and list iterators
Download

Games::BonDigi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cosimo Streppone
  • Publisher web site:
  • http://search.cpan.org/~dkasak/PDF-ReportWriter-1.5/lib/PDF/ReportWriter/Datasource.pm

Games::BonDigi Tags


Games::BonDigi Description

This is a crazy experiment in game algorithms and list iterators Games::BonDigi is a quite an interesting experiment in software design of clever algorithms. Either I'm stupid or generating the sequence of "Bon" "Digi" words is really much harder than I thought at first.Try to think of an algorithm and to build *elegant* and *concise* code. You will find that is not so easy...For any meaning of elegant and concise, of course.SYNOPSIS use Games::BonDigi; my $iter = Games::BonDigi->sequence(); while(my $word = $iter->()) { print $word, '!', " "; # Wait for other players... sleep(1); } Requirements: · Perl


Games::BonDigi Related Software