{"id":17252,"student_id":1443,"content":"setBackdrop('#000000');\nvar ship = createSprite(\"ship.png\");\nvar bullets = [];\nvar clock = 0;\nvar food = createSprite(\"food.png\");\nvar score = 0;\nfood.x = Math.random() * 640;\nfood.y = Math.random() * 480;\n\nforever(function () {\n\n ship.toward(cursor);\n ship.stepForward(3);\n\n clock += 1;\n\n if (clock % 20 == 0) {\n var bullet = createSprite(\"bullet.png\");\n bullet.direction = Math.random() * 360;\n bullet.stepForward(500);\n bullet.direction = Math.random() * 360;\n bullets.push(bullet);\n }\n\n if (ship.touched(food) == true) {\n food.x = Math.random() * 640;\n food.y = Math.random() * 480;\n score +=1;\n }\n\n for (var i = 0; i \u003c bullets.length; i++) {\n\n if (ship.touched(bullets[i]) == true)\n stop();\n bullets[i].stepForward(3);\n }\n print(score, 0, 0, \"red\", 50);\n\n\n\n});\n","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2023-05-06T14:43:04.088+08:00","name":"太空訓練","language":"javascript","screenshot":{"url":"https://cdn9.koding.school/uploads/project/screenshot/17252/ec2cb85d806c178aaf6a92c9ab041bbf.jpg"},"parent_id":10707,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":151,"hashid":"meyswd6z","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":352024,"file_name":"bullet.png","project_id":17252,"asset_id":28733,"created_at":"2017-12-08T14:00:34.203+08:00","updated_at":"2017-12-08T14:00:34.203+08:00"},{"id":352025,"file_name":"food.png","project_id":17252,"asset_id":28734,"created_at":"2017-12-08T14:00:34.206+08:00","updated_at":"2017-12-08T14:00:34.206+08:00"},{"id":352026,"file_name":"ship.png","project_id":17252,"asset_id":28735,"created_at":"2017-12-08T14:00:34.208+08:00","updated_at":"2017-12-08T14:00:34.208+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
繁中
简中
English
日本語
1:1:1
1:1
全寬
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦