1) Which coding language is not used in "The Linked Game ? a) Phaser b) Brython c) HTML d) Javascript 2) Choose the correct sequence for Phaser's main functions. a) init() -> create() -> preload() -> update() b) create() -> preload() -> update() -> init() c) preload() -> create() -> update() -> init() d) init() -> preload() -> create() -> update() 3) In init() stage, we will... a) insert all images and sprites into the game b) preset all the game assets before it starts c) prepare a set of variables needed in the game d) edit, modify and adjust the images 4) Which of the following is related to update() function ? a) gathering all the runners at a starting line b) resize the game objects c) checking for collision 碰撞 d) set up all variables needed 5) How can you preload the circle images ? a) scene.load.image("redCircle", "/resources/redCircle.png"); b) scene.load.video("redCircle", "/resources/redCircle.png"); c) let bg = scene.add.image(0, 0, "blackboard"); d) let bg = scene.add.video(0, 0, "blackboard"); 6) Choose the wrong statement. a) 0 is empty space while 1 is a circle with one connection b) The number of rows and columns are random and not fixed c) () bracket is used for level array d) we can have unlimited levels for this game 7) <script> element is used to... a) add images from outside resources b) import the Phaser game framework from the internet c) specify the width and height of our container d) draw an image on the screen 8) circle.setInteractive({ cursor: "pointer" }); a) The mouse icon will become pointer when it's on a circle b) The mouse will automatically point on a circle c) The circle will turn into a pointer d) The red circle will change to green circle 9) If we want to draw lines between circles, we need ___ variable. a) pointerup b) objectdown c) gamepointerdown d) gamepointerover 10) In order to stop drawing, we need to write... a) Stopdrawing = true; b) isStop = false; c) isDrag = false; d) isDrag = true; 11) What is the function of "graphic.lineStyle" ? a) To change the line movement and location b) To change the line direction c) To change the line thickness d) To change the line width and colour 12) How can we remove all the lines from the screen ? a) graphics.clear b) graphics.delete c) line.clear d) line.delete 13) How can computer know we have won the game? a) When the number is matched correctly b) When all the circles are green c) When we joined all the lines d) When the time is up 14) When will the red circles turn green ? a) When we join a line to / from it b) When the number of lines matched its number c) When the level is solved 15) The list of circles and text objects are stored in ___. a) function b) element c) array d) Phaser
0%
Coding Quiz (15) : The Linked Game
共享
共享
共享
由
Guanjie0807
编辑内容
打印
嵌入
更多
作业
排行榜
显示更多
显示更少
此排行榜当前是私人享有。单击
,共享
使其公开。
资源所有者已禁用此排行榜。
此排行榜被禁用,因为您的选择与资源所有者不同。
还原选项
问答游戏
是一个开放式模板。它不会为排行榜生成分数。
需要登录
视觉风格
字体
需要订阅
选项
切换模板
显示所有
播放活动时将显示更多格式。
打开成绩
复制链接
QR 代码
删除
恢复自动保存:
?