A digital reference for the card game Killer Bunnies.

1 Open Issue Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Optimize the Killer Bunnies iOS app's card display by replacing the slow `NSAttributedString` HTML rendering with a custom, faster Markdown-like parser. This involves integrating a third-party Swift library (SwiftHTMLToMarkdown or SwiftSoup) to convert HTML card descriptions to a simpler format suitable for SwiftUI's text rendering.

Complexity: 4/5
bug help wanted

A digital reference for the card game Killer Bunnies.

Swift