User Tools

Site Tools


bingo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
bingo [2021/05/01 10:59] frchrisbingo [2021/05/01 11:55] frchris
Line 5: Line 5:
 It's not just a song from summer camp, its an old-timey game: Here is a [[https://www.youtube.com/watch?v=nGCEpUAnkSg|Video Explaining the rules]] It's not just a song from summer camp, its an old-timey game: Here is a [[https://www.youtube.com/watch?v=nGCEpUAnkSg|Video Explaining the rules]]
  
-First we will make a BingoCard class and later we will make a BingoGame class.+First we will make a BingoCell class, then a BingoCard classand later we will make a BingoGame class.
  
-The BingoCard class will need:+The ''BingoCell'' class would be a subclass of {{ ::cell.java |Cell}}  that would add the attributes of a number and a font and its own draw method that can draw the number.  Here is a hint: {{::drawhint.png?200|}} 
 + 
 + 
 +The ''BingoCard'' class will need:
   - a 2-D array of BingoCells   - a 2-D array of BingoCells
   - a method that constructs the card so that:   - a method that constructs the card so that:
Line 17: Line 20:
   - a toString method that has no parameters, and returns a string representation of the board that is similar to : {{::bingotext.png?200|}}   - a toString method that has no parameters, and returns a string representation of the board that is similar to : {{::bingotext.png?200|}}
   - a draw method takes a Graphics parameter to draw the board   - a draw method takes a Graphics parameter to draw the board
-  - a method 'hasBingo' (that returns a boolean) win detector for the rows and columns and diagonals (later you can overload this with method that takes a parameter for the "blackout" or "box" variants)+  - a method 'hasBingo' (that returns a boolean) which detects a win for the rowscolumnsand diagonals (later you can overload this with method that takes a parameter for the "blackout," "corners," or "box" variants)
  
  
bingo.txt · Last modified: 2021/05/10 12:08 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki