{"id":1023733,"student_id":2589,"content":"import game\nimport random\n\n\ngame.set_backdrop(\"bg.jpg\")\nswing = game.create_sprite(\"swing_0.png\", \"swing_1.png\")\napple = game.create_sprite(\"apple.png\")\narcher = game.create_sprite(\"archer.png\")\nbow = game.create_sprite(\"bow.png\")\narrow = game.create_sprite(\"arrow_0.png\", \"arrow_1.png\")\n\nswing.x = 900\napple.x = 900\nswing.y = 400\napple.y = 400\n\narcher.y = 600\narcher.x = 300\nbow.y = 600\nbow.x = 300\narrow.y = 600\narrow.x = 300\n\nbow.direction = 135\narrow.direction = 135\n\nactive = False\nscore = 0\n\n\ndef loop():\n global active, score\n\n if game.cursor.is_down == True and bow.direction \u003e 30 and arrow.x == 300:\n bow.direction = bow.direction - 2\n arrow.direction = arrow.direction - 2\n active = True\n\n if game.cursor.is_down == False and active == True:\n arrow.step_forward(25)\n arrow.direction = arrow.direction + 1\n\n if arrow.touched(apple) == True:\n apple.hidden = True\n arrow.costume_id = 1\n score = score + 1\n\n if arrow.x \u003e 1200 or arrow.y \u003e 900:\n arrow.x = 300\n arrow.y = 600\n active = False\n bow.direction = 135\n arrow.direction = 135\n apple.hidden = False\n\n if arrow.costume_id == 1:\n rand = random.randrange(200, 700)\n apple.y = rand\n swing.y = rand\n\n arrow.costume_id = 0\n\n game.draw_text(score, 1080, 50, \"white\", 60)\n\n\ngame.forever(loop)\n","created_at":"2025-05-29T10:07:14.378+08:00","updated_at":"2025-05-29T10:07:20.059+08:00","name":"4_A_H_射蘋果高手_正課_【講解】遊戲分數 副本","language":"python","screenshot":{"url":null},"parent_id":1011552,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":41,"hashid":"5j3svvz48","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":38684844,"file_name":"gameover.png","project_id":1023733,"asset_id":267838,"created_at":"2025-05-29T10:07:14.385+08:00","updated_at":"2025-05-29T10:07:14.385+08:00"},{"id":38684845,"file_name":"bg.jpg","project_id":1023733,"asset_id":267839,"created_at":"2025-05-29T10:07:14.386+08:00","updated_at":"2025-05-29T10:07:14.386+08:00"},{"id":38684846,"file_name":"swing_1.png","project_id":1023733,"asset_id":267840,"created_at":"2025-05-29T10:07:14.387+08:00","updated_at":"2025-05-29T10:07:14.387+08:00"},{"id":38684847,"file_name":"swing_0.png","project_id":1023733,"asset_id":267841,"created_at":"2025-05-29T10:07:14.388+08:00","updated_at":"2025-05-29T10:07:14.388+08:00"},{"id":38684848,"file_name":"0.png","project_id":1023733,"asset_id":267842,"created_at":"2025-05-29T10:07:14.389+08:00","updated_at":"2025-05-29T10:07:14.389+08:00"},{"id":38684849,"file_name":"1.png","project_id":1023733,"asset_id":267843,"created_at":"2025-05-29T10:07:14.390+08:00","updated_at":"2025-05-29T10:07:14.390+08:00"},{"id":38684850,"file_name":"2.png","project_id":1023733,"asset_id":267844,"created_at":"2025-05-29T10:07:14.391+08:00","updated_at":"2025-05-29T10:07:14.391+08:00"},{"id":38684851,"file_name":"3.png","project_id":1023733,"asset_id":267845,"created_at":"2025-05-29T10:07:14.392+08:00","updated_at":"2025-05-29T10:07:14.392+08:00"},{"id":38684852,"file_name":"4.png","project_id":1023733,"asset_id":267846,"created_at":"2025-05-29T10:07:14.393+08:00","updated_at":"2025-05-29T10:07:14.393+08:00"},{"id":38684853,"file_name":"5.png","project_id":1023733,"asset_id":267847,"created_at":"2025-05-29T10:07:14.394+08:00","updated_at":"2025-05-29T10:07:14.394+08:00"},{"id":38684854,"file_name":"arrow_1.png","project_id":1023733,"asset_id":267848,"created_at":"2025-05-29T10:07:14.395+08:00","updated_at":"2025-05-29T10:07:14.395+08:00"},{"id":38684855,"file_name":"archer.png","project_id":1023733,"asset_id":267849,"created_at":"2025-05-29T10:07:14.396+08:00","updated_at":"2025-05-29T10:07:14.396+08:00"},{"id":38684856,"file_name":"arrow_0.png","project_id":1023733,"asset_id":267850,"created_at":"2025-05-29T10:07:14.397+08:00","updated_at":"2025-05-29T10:07:14.397+08:00"},{"id":38684857,"file_name":"bow.png","project_id":1023733,"asset_id":267851,"created_at":"2025-05-29T10:07:14.398+08:00","updated_at":"2025-05-29T10:07:14.398+08:00"},{"id":38684858,"file_name":"apple.png","project_id":1023733,"asset_id":267852,"created_at":"2025-05-29T10:07:14.399+08:00","updated_at":"2025-05-29T10:07:14.399+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
繁中
简中
English
日本語
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦