{"id":1023720,"student_id":2589,"content":"import game\n\n\ngame.set_backdrop(\"bg.png\")\nball = game.create_sprite(\"ball.png\")\n\nvx = 0\nvy = 0\nscore = 0\n\n\ndef loop():\n global vx, vy, score\n\n ball.x = ball.x + vx\n ball.y = ball.y + vy\n vy = vy + 0.33\n\n if ball.x \u003c 100 and vx \u003c 0:\n vx = -vx\n \n if ball.x \u003e 1100 and vx \u003e 0:\n vx = -vx\n \n if ball.y \u003c 100 and vy \u003c 0:\n vy = -vy\n if ball.y \u003e 750 and vy \u003e 0:\n vy = -vy * 0.7\n vx = vx * 0.7\n score = 0\n\n if ball.touched(cursor):\n vx = (ball.x - cursor.x) / 4\n vy = (ball.y - cursor.y) / 4\n score = score + 1\n\n game.draw_text(score, 110, 80, \"white\", 50)\n\n\ngame.forever(loop)\n","created_at":"2025-05-29T09:54:12.797+08:00","updated_at":"2025-05-29T09:54:53.618+08:00","name":"3_A_H_排球之王_正課_【講解】計算目前得分 副本","language":"python","screenshot":{"url":null},"parent_id":1011517,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":42,"hashid":"rdvs33jmr","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":38684313,"file_name":"bgm.mp3","project_id":1023720,"asset_id":267832,"created_at":"2025-05-29T09:54:12.802+08:00","updated_at":"2025-05-29T09:54:12.802+08:00"},{"id":38684314,"file_name":"bounce.mp3","project_id":1023720,"asset_id":267833,"created_at":"2025-05-29T09:54:12.804+08:00","updated_at":"2025-05-29T09:54:12.804+08:00"},{"id":38684315,"file_name":"bg.png","project_id":1023720,"asset_id":267834,"created_at":"2025-05-29T09:54:12.805+08:00","updated_at":"2025-05-29T09:54:12.805+08:00"},{"id":38684316,"file_name":"ball.png","project_id":1023720,"asset_id":267835,"created_at":"2025-05-29T09:54:12.805+08:00","updated_at":"2025-05-29T09:54:12.805+08:00"},{"id":38684317,"file_name":"shadow.png","project_id":1023720,"asset_id":267836,"created_at":"2025-05-29T09:54:12.806+08:00","updated_at":"2025-05-29T09:54:12.806+08:00"},{"id":38684318,"file_name":"info.png","project_id":1023720,"asset_id":267837,"created_at":"2025-05-29T09:54:12.807+08:00","updated_at":"2025-05-29T09:54:12.807+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
繁中
简中
English
日本語
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦