ghost-code / Hexagram

A swift package for working with hexagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexagram

A tiny package for working with hexagrams.

Example Usage

let hexagram = Hexagram(23)! 
print(hexagram.title)        // "Splitting Apart"
print(hexagram.character)    // '䷖'
print(hexagram.lines)        // 1 (bit representation of lines)

About

A swift package for working with hexagrams


Languages

Language:Swift 100.0%