(Solved) : Write Program Draw Interface Game Tetris Shown Fig 115 Game Involves Playing Different Sha Q44012368 . . .
Write a program to draw the interface of the Game of Tetris, as shown in Fig. 1.15. The game involves playing with different shapes, each composed of four squares. The main area (large rectangle) should be sized as 10 x 20 squares (i.e. 10 squares wide and 20 squares high). The small rectangle on the right shows the “next shape” that will soon appear in the main area (a red “L” shape in the example). If you have not played Tetris before, you may find useful information on the Web (e.g. http://en.wikipedia.org/wiki/Tetris). Your tasks include: Draw everything shown in this figure (the position of each component, e.g. rectangle, does not have to be exactly the same as in the figure). If the mouse cursor moves inside the main area, “PAUSE” (in a large font) will be displayed; and if the cursor moves out of the area, “PAUSE” will disappear. Next shape Main area Level: 1 PAUSE Lines: 0 Score: 0 QUIT Show transcribed image text Write a program to draw the interface of the Game of Tetris, as shown in Fig. 1.15. The game involves playing with different shapes, each composed of four squares. The main area (large rectangle) should be sized as 10 x 20 squares (i.e. 10 squares wide and 20 squares high). The small rectangle on the right shows the “next shape” that will soon appear in the main area (a red “L” shape in the example). If you have not played Tetris before, you may find useful information on the Web (e.g. http://en.wikipedia.org/wiki/Tetris). Your tasks include: Draw everything shown in this figure (the position of each component, e.g. rectangle, does not have to be exactly the same as in the figure). If the mouse cursor moves inside the main area, “PAUSE” (in a large font) will be displayed; and if the cursor moves out of the area, “PAUSE” will disappear.
Next shape Main area Level: 1 PAUSE Lines: 0 Score: 0 QUIT
Expert Answer
Answer to Write a program to draw the interface of the Game of Tetris, as shown in Fig. 1.15. The game involves playing with diffe…
OR