JDBreaksLoading
You can easily start up a little breaking game by one line.
Install / Use
/learn @jamesdouble/JDBreaksLoadingREADME
JDBreaksLoading
Introduction
JDBreaksLoading Based on simple UIView and SpriteKit.
You can easily start up a little breaking game by one line.
By the way, don't make user wait too long to play the game~
Thanks for using.

Usage
To add JDBreaksLoading to your view, just give it a frame and addSubview.
let jdbreaksLoading:JDBreaksLoading = JDBreaksLoading(frame: frame)
self.view.addSubview(jdbreaksLoading)
Installation
CocoaPods
platform :ios, '8.0'
use_frameworks!
pod 'JDBreaksLoading'
Game Configuration
The default [ Ball, Block , Paddle -> All white, Block count: 3 ]
If you want to chagnge some game setting (color, block...etc).
You will need to set 'JDBreaksGameConfiguration'
let config:JDBreaksGameConfiguration = JDBreaksGameConfiguration(paddle_color: UIColor.white, ball_color: UIColor.white, block_color: UIColor.white, blocks_count: 3)
let jd:JDBreaksLoading = JDBreaksLoading(frame: frame, configuration: config)
self.view.addSubview(jd)
Meta
JamesDouble – jameskuo12345@google.com
Distributed under the MIT license. See LICENSE for more information.
https://github.com/jamesdouble/JDBreaksLoading
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
