{"id":825192,"student_id":10,"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\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":"2024-08-23T14:11:46.726+08:00","updated_at":"2024-08-23T15:54:43.309+08:00","name":"雪夜の町_預設版","language":"python","screenshot":{"url":"https://cdn6.koding.school/uploads/project/screenshot/825192/ef3da47155e05bd758ef2b01959437db.jpg"},"parent_id":4,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":36,"hashid":"rdvsd34v9","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":18170216,"file_name":"snow.png","project_id":825192,"asset_id":769950,"created_at":"2024-08-23T14:20:10.388+08:00","updated_at":"2024-08-23T14:20:10.388+08:00"},{"id":18170222,"file_name":"bg.png","project_id":825192,"asset_id":769952,"created_at":"2024-08-23T14:27:11.724+08:00","updated_at":"2024-08-23T14:56:01.381+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦