{"id":2283,"url":"https://github.com/jamesdouble/JDBreaksLoading","last_synced_at":"2025-08-02T23:32:49.348Z","repository":{"id":56915764,"uuid":"76474580","full_name":"jamesdouble/JDBreaksLoading","owner":"jamesdouble","description":"You can easily start up a little breaking game by one line.","archived":false,"fork":false,"pushed_at":"2017-10-11T03:10:17.000Z","size":651,"stargazers_count":153,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T14:46:31.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesdouble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-14T15:58:06.000Z","updated_at":"2024-04-20T01:38:05.000Z","dependencies_parsed_at":"2022-08-21T03:50:28.602Z","dependency_job_id":null,"html_url":"https://github.com/jamesdouble/JDBreaksLoading","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesdouble%2FJDBreaksLoading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesdouble%2FJDBreaksLoading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesdouble%2FJDBreaksLoading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesdouble%2FJDBreaksLoading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesdouble","download_url":"https://codeload.github.com/jamesdouble/JDBreaksLoading/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503171,"owners_count":17930527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:16:09.779Z","updated_at":"2024-12-06T17:30:57.729Z","avatar_url":"https://github.com/jamesdouble.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Activity Indicator","Other free courses"],"readme":"# JDBreaksLoading\n![Alt text](https://img.shields.io/badge/SwiftVersion-3.0+-red.svg?link=http://left\u0026link=http://right)\n![Alt text](https://img.shields.io/badge/IOSVersion-8.0+-green.svg)\n![Alt text](https://img.shields.io/badge/BuildVersion-1.0.0-green.svg)\n![Alt text](https://img.shields.io/badge/Author-JamesDouble-blue.svg?link=http://https://jamesdouble.github.io/index.html\u0026link=http://https://jamesdouble.github.io/index.html)\n\n***\n# Introduction\nJDBreaksLoading Based on simple UIView and SpriteKit.\n\nYou can easily start up a little breaking game by one line.\n\nBy the way, don't make user wait too long to play the game~\n\nThanks for using.\n\n![Alt text](/../master/Readme_img/JDBreaksLoading.gif?raw=true \"\")\n\n# Usage\n\nTo add JDBreaksLoading to your view, just give it a frame and addSubview.\n\n```Swift\n  let jdbreaksLoading:JDBreaksLoading = JDBreaksLoading(frame: frame)\n  self.view.addSubview(jdbreaksLoading)\n```\n\n# Installation\nCocoaPods\n\n```\n platform :ios, '8.0'\n use_frameworks!\n pod 'JDBreaksLoading'\n```\n\n### Game Configuration \nThe default [ Ball, Block , Paddle -\u003e All white, Block count: 3 ]\n\nIf you want to chagnge some game setting (color, block...etc).\n\nYou will need to set 'JDBreaksGameConfiguration'\n\n```Swift\n  let config:JDBreaksGameConfiguration = JDBreaksGameConfiguration(paddle_color: UIColor.white, ball_color:  UIColor.white, block_color:  UIColor.white, blocks_count: 3)\n  let jd:JDBreaksLoading = JDBreaksLoading(frame: frame, configuration: config)\n  self.view.addSubview(jd)\n```\n\n# Meta\n\nJamesDouble – jameskuo12345@google.com\n\nDistributed under the MIT license. See LICENSE for more information.\n\nhttps://github.com/jamesdouble/JDBreaksLoading\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesdouble%2FJDBreaksLoading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesdouble%2FJDBreaksLoading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesdouble%2FJDBreaksLoading/lists"}