Games::Bingo Progress

jonasbn on 2003-03-11T07:45:16

Yesterday I sat down and decided to get my Games::Bingo moving.

The GUI is done and it works, the console games have been finished for quite some time. The draft layout for the bingo plates is done, the last thing I am missing the bingo plate generation.

So yesterday I got the number thing fixed and now all that remains it to combine the PDF generating code with the plate generating.

I think about separating the Games::Bingo modules into two parts:

  • The actual game 'Games:.Bingo'
  • The printing stuff 'Games::Bingo::Print'


  • Games::Bingo::Print uses 'Games::Bingo' and the GUI also uses this module but not the things which I want to put in 'Games::Bingo::Print'