14-May-2025 08:26:50 box_games_test: MATLAB/Octave version 6.4.0 Test box_games(). BOARD_IJ_INIT_TEST BOARD_IJ_INIT draws an MxN board of cells. Each cell is given a unit square, but is drawn with a radius R <= 0.5. Cells are initialized to have a common foreground color They appear on a board of a given background color. Graphics saved as "board_ij_init_test.png" CELL_IJ_FILL_TEST: Fill in unit cells indexed by (I,J) using matrix coordinate system. Graphics saved as "cell_ij_fill_test.png" CIRCLE_IJ_FILL_TEST CIRCLE_IJ_FILL draws a circle, centered at CELL(I,J), of radius R and color COLOR. CELL(I,J) is initially a square centered at (I-1/2,J-1/2) of radius 0.45. Let's put some red and blue circles in those cells. Graphics saved as "circle_ij_fill_test.png" SQUARE_IJ_FILL_TEST SQUARE_IJ_FILL draws a square, centered at CELL(I,J), of radius R and color COLOR. Let's put some red and blue squares in those cells. Graphics saved as "square_ij_fill_test.png" BOARD_XY_INIT_TEST BOARD_XY_INIT draws an MxN board of cells. Each cell is given a unit square, but is drawn with a radius R <= 0.5. Cells are initialized to have a common foreground color They appear on a board of a given background color. Graphics saved as "board_xy_init_test.png" CIRCLE_XY_FILL_TEST CIRCLE_XY_FILL draws a circle, centered at (XC,YC), of radius R and color COLOR. CELL(I,J) is initially a circle centered at (I-0.5,J-0.5) of radius 0.45. Let's put some red and blue circles in those cells. Graphics saved as "circle_xy_fill_test.png" SQUARE_XY_FILL_TEST SQUARE_XY_FILL draws a square, centered at (XC,YC), of radius R and color COLOR. CELL(I,J) is initially a square centered at (I-0.5,J-0.5) of radius 0.45. Let's put some red and blue squares in those cells. Graphics saved as "square_xy_fill_test.png" box_games_test: Normal end of execution. 14-May-2025 08:27:15