hex-boards
A small library that renders hexagonal boards on the terminal.
Example
use HexagonalBoard;
use vector;
let board = from;
let output = format!;
/* Output is the following:
/---\ /---\
⟨ b ⟩---⟨ c ⟩
\---⟨ a ⟩---/
⟩---⟨
⟨ d ⟩
\---/
*/