{"id":979492,"student_id":58026,"content":"from game import *\nfrom random import *\n\nset_backdrop('bg.png')\nsnow = [] #存放雪球角色\n\ni = 0\nwhile i \u003c 300:\n s = create_sprite('snow.png')\n s.x = random() * 1200\n s.y = random() * 900\n s.scale = random()\n s.opacity = random()\n snow.append(s)\n i += 1\n\n\ndef loop():\n i = 0\n while i \u003c 300:\n s = snow[i]\n s.x += 1 * s.scale\n s.y += 2 * s.scale\n if s.x \u003e 1230: s.x -= 1260\n if s.y \u003e 930: s.y -= 960\n i += 1\n\nforever(loop)","created_at":"2025-03-29T11:12:52.227+08:00","updated_at":"2025-03-29T11:32:03.364+08:00","name":"5_雪夜の町_預設版 副本","language":"python","screenshot":{"url":"https://cdn9.koding.school/uploads/project/screenshot/979492/1a8751143ccad470d05353353d0c5c28.jpg"},"parent_id":829977,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":1,"hashid":"qmds9ky8e","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":37343266,"file_name":"snow.png","project_id":979492,"asset_id":771579,"created_at":"2025-03-29T11:12:52.232+08:00","updated_at":"2025-03-29T11:12:52.232+08:00"},{"id":37343267,"file_name":"bg.png","project_id":979492,"asset_id":771580,"created_at":"2025-03-29T11:12:52.234+08:00","updated_at":"2025-03-29T11:12:52.234+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
繁中
简中
English
日本語
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦