{"id":144101,"student_id":10,"content":"setBackdrop('bg.jpg');\nvar head = createSprite('head.png');\nvar food = createSprite('food.png');\nvar bodies = [];\nvar score = 0;\nvar clock = 0;\nhead.move(20, -20);\nfood.layer = 1;\n\nfood.x = Math.floor(Math.random()*16)*40 + 20;\nfood.y = Math.floor(Math.random()*12)*40 + 20;\n\nsound.play('bgm.mp3', true);\n\nforever(function() {\n print(score, 10, 10, 'white');\n \n var level = Math.floor(score/5);\n if (level \u003e 9) {\n level = 9;\n }\n \n clock++;\n if (clock%(15 - level) == 0) {\n if (head.touched(food)) {\n food.x = Math.floor(Math.random()*16)*40 + 20;\n food.y = Math.floor(Math.random()*12)*40 + 20;\n var b = createSprite('body.png');\n b.moveTo(head);\n bodies.push(b);\n score++;\n sound.play('bling.ogg');\n }\n if (bodies.length \u003e 0) {\n var b = bodies.pop();\n b.moveTo(head);\n bodies.unshift(b);\n }\n head.stepForward(40); \n }\n if (key.up \u0026\u0026 head.direction != 180) {\n head.direction = 0;\n }\n if (key.right \u0026\u0026 head.direction != 270) {\n head.direction = 90;\n }\n if (key.down \u0026\u0026 head.direction != 0) {\n head.direction = 180;\n }\n if (key.left \u0026\u0026 head.direction != 90) {\n head.direction = 270;\n }\n if (head.x \u003c 0) {\n head.x += 640;\n }\n if (head.x \u003e 640) {\n head.x -= 640;\n }\n if (head.y \u003c 0) {\n head.y += 480;\n }\n if (head.y \u003e 480) {\n head.y -= 480;\n }\n if (head.touched(bodies)) {\n stop();\n print(\"Game over!\", 160, 200, \"white\", 60);\n }\n});","created_at":"2020-04-27T19:49:32.977+08:00","updated_at":"2020-04-27T19:49:32.977+08:00","name":"貪食蛇_修改版 副本","language":"javascript","screenshot":{"url":null},"parent_id":113104,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":262,"hashid":"d5msjkjm","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":2493372,"file_name":"bg.jpg","project_id":144101,"asset_id":172726,"created_at":"2020-04-27T19:49:32.983+08:00","updated_at":"2020-04-27T19:49:32.983+08:00"},{"id":2493373,"file_name":"head.png","project_id":144101,"asset_id":172584,"created_at":"2020-04-27T19:49:32.984+08:00","updated_at":"2020-04-27T19:49:32.984+08:00"},{"id":2493374,"file_name":"food.png","project_id":144101,"asset_id":172583,"created_at":"2020-04-27T19:49:32.985+08:00","updated_at":"2020-04-27T19:49:32.985+08:00"},{"id":2493375,"file_name":"body.png","project_id":144101,"asset_id":172582,"created_at":"2020-04-27T19:49:32.986+08:00","updated_at":"2020-04-27T19:49:32.986+08:00"},{"id":2493376,"file_name":"bling.ogg","project_id":144101,"asset_id":172579,"created_at":"2020-04-27T19:49:32.988+08:00","updated_at":"2020-04-27T19:49:32.988+08:00"},{"id":2493377,"file_name":"bgm2.mp3","project_id":144101,"asset_id":172577,"created_at":"2020-04-27T19:49:32.989+08:00","updated_at":"2020-04-27T19:49:32.989+08:00"},{"id":2493378,"file_name":"bgm.mp3","project_id":144101,"asset_id":172576,"created_at":"2020-04-27T19:49:32.990+08:00","updated_at":"2020-04-27T19:49:32.990+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦