{"id":1006571,"student_id":3760,"content":"import game\nimport random\n\ngame.set_backdrop('bg.png')\np1 = game.create_sprite('pipes.png')\np2 = game.create_sprite('pipes.png')\np3 = game.create_sprite('pipes.png')\ngd = game.create_sprite('ground.png')\nbird = game.create_sprite('bird_0.png', 'bird_1.png')\nhint = game.create_sprite('hint.png')\nend = game.create_sprite('gameover.png')\n\nhint.hidden = True\nend.hidden = True\n\nspeed = 0\nscore = 0\nstart = False\n\n\ndef loop():\n move_ground() \n move_pipes(p1)\n move_pipes(p2)\n move_pipes(p3)\n move_bird()\n\n\ndef move_ground():\n gd.x = gd.x - 6\n if gd.x \u003c 0:\n gd.x = gd.x + 1200\n\n\ndef move_pipes(pipe):\n global score\n\n\ndef move_bird():\n global speed\n \n\ndef jump():\n global speed, start\n \n\ndef gameover(t):\n pass\n\n\ngame.forever(loop)\ngame.on('keydown', jump)\nbird.on('touch', [p1, p2, p3, gd], gameover)\n","created_at":"2025-05-08T12:08:45.219+08:00","updated_at":"2025-05-08T12:08:45.219+08:00","name":"python-L1-student 副本","language":"python","screenshot":{"url":null},"parent_id":1006437,"plugin":"game.set({'width': 1200, 'height': 900})","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":32,"hashid":"882senkmz","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":38166001,"file_name":"hint.png","project_id":1006571,"asset_id":251836,"created_at":"2025-05-08T12:08:45.224+08:00","updated_at":"2025-05-08T12:08:45.224+08:00"},{"id":38166002,"file_name":"gg.mp3","project_id":1006571,"asset_id":251837,"created_at":"2025-05-08T12:08:45.226+08:00","updated_at":"2025-05-08T12:08:45.226+08:00"},{"id":38166003,"file_name":"jump.mp3","project_id":1006571,"asset_id":251838,"created_at":"2025-05-08T12:08:45.227+08:00","updated_at":"2025-05-08T12:08:45.227+08:00"},{"id":38166004,"file_name":"bgm.mp3","project_id":1006571,"asset_id":251839,"created_at":"2025-05-08T12:08:45.229+08:00","updated_at":"2025-05-08T12:08:45.229+08:00"},{"id":38166005,"file_name":"pipes.png","project_id":1006571,"asset_id":251840,"created_at":"2025-05-08T12:08:45.230+08:00","updated_at":"2025-05-08T12:08:45.230+08:00"},{"id":38166006,"file_name":"ground.png","project_id":1006571,"asset_id":251841,"created_at":"2025-05-08T12:08:45.231+08:00","updated_at":"2025-05-08T12:08:45.231+08:00"},{"id":38166007,"file_name":"gameover.png","project_id":1006571,"asset_id":251842,"created_at":"2025-05-08T12:08:45.232+08:00","updated_at":"2025-05-08T12:08:45.232+08:00"},{"id":38166008,"file_name":"bird_1.png","project_id":1006571,"asset_id":251844,"created_at":"2025-05-08T12:08:45.233+08:00","updated_at":"2025-05-08T12:08:45.233+08:00"},{"id":38166009,"file_name":"bg.png","project_id":1006571,"asset_id":251845,"created_at":"2025-05-08T12:08:45.235+08:00","updated_at":"2025-05-08T12:08:45.235+08:00"},{"id":38166010,"file_name":"bird_0.png","project_id":1006571,"asset_id":251843,"created_at":"2025-05-08T12:08:45.236+08:00","updated_at":"2025-05-08T12:08:45.236+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
繁中
简中
English
日本語
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦