Question: Homework 3: Create a program to simulate game tetris. First, fill a 6*4 matrix randomly with 0 or 1 by Math.round(Math.random(). Then check how many
Homework 3: Create a program to simulate game tetris. First, fill a 6*4 matrix randomly with 0 or 1 by Math.round(Math.random(). Then check how many lines have four 1s in that line, and report a score. 011 000 Score = 1 1 1 101 0 1 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
