{"id":824137,"student_id":10,"content":"from game import *\n\nset_backdrop('bg.png') #設定背景\nsumo = create_sprite('0.png', '1.png', '2.png')\n\ndef loop():\n if sumo.x \u003c 400: #超過左側範圍\n sumo.costume_id = 1\n stop() #停止遊戲\n if sumo.x \u003e 800: #超過右側範圍\n sumo.costume_id = 2\n stop() #停止遊戲\n\ndef move_right():\n sumo.x += 10\n\ndef move_left():\n sumo.x -= 10\n\non('keydown', 'enter', move_left) # Enter 鍵向左推\non('keydown', 'space', move_right) # 空白鍵向右推\nforever(loop)\n","created_at":"2024-08-20T11:46:25.840+08:00","updated_at":"2024-08-21T16:19:58.157+08:00","name":"相撲力士","language":"python","screenshot":{"url":"https://cdn5.koding.school/uploads/project/screenshot/824137/0cedcfd8ddcc4cd975666384df02003b.jpg"},"parent_id":4,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":60,"hashid":"36ysjj6g9","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":18156974,"file_name":"2.png","project_id":824137,"asset_id":768637,"created_at":"2024-08-20T11:46:52.268+08:00","updated_at":"2024-08-20T11:46:52.268+08:00"},{"id":18156975,"file_name":"0.png","project_id":824137,"asset_id":768638,"created_at":"2024-08-20T11:46:52.269+08:00","updated_at":"2024-08-20T11:46:52.269+08:00"},{"id":18156976,"file_name":"1.png","project_id":824137,"asset_id":768639,"created_at":"2024-08-20T11:46:52.874+08:00","updated_at":"2024-08-20T11:46:52.874+08:00"},{"id":18157002,"file_name":"bg.png","project_id":824137,"asset_id":768641,"created_at":"2024-08-20T11:52:53.192+08:00","updated_at":"2024-08-20T11:52:53.192+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦