User Tools

Site Tools


neighbors

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
neighbors [2025/05/27 10:59] frchrisneighbors [2025/07/16 11:52] (current) frchris
Line 1: Line 1:
 ====== Neighbors ====== ====== Neighbors ======
  
-This game from Math Games with Bad Drawings can be played with 1 to 30 people.  Everyone has an empty 5 by 5 grid.  A random number from 1 to 10 is chosen, and everyone must place it into their grid. After the grid is filled a score is computed.  On each row, circle any groups with 2 or more of the same number, and add these circled numbers.  Do the same for each column.  The score is the sum of these numbers.+This game from **Math Games with Bad Drawings** by Ben Orlin.  It can be played with 1 to 30 people.  Everyone has an empty 5 by 5 grid.  A random number from 1 to 10 is chosen, and everyone must place it into their grid. After the grid is filled a score is computed.  On each row, circle any groups with 2 or more of the same number, and add these circled numbers.  Do the same for each column.  The score is the sum of these numbers.
  
 <code java Neighbors.java> <code java Neighbors.java>
 import java.util.Scanner; import java.util.Scanner;
 /** /**
- Write a description of class Neighbors here.+ * Neighbors game from Math Games with Bad Drawings by .
  *  *
  * @author (your name)  * @author (your name)
neighbors.1748357952.txt.gz · Last modified: 2025/05/27 10:59 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki