We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax must be defined.
hexadraw [arguments] <list of hexagons...>
-p
--pointy
-f
--flat
-c
--compact
-s[size]
--size [size]
4
[u][v][w]
456
-u
--unique
-d
--double
Information required for each hexagon:
Syntax: <x pos>-<y pos>-[options]:text
<x pos>-<y pos>-[options]:text
Examples:
3-4:foo
5-6-c:F
7-12-fd:bar
15-7-ps567u:baz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Syntax must be defined.
Usage
Arguments
-p
,--pointy
: use pointy-top character set;-f
,--flat
: use flat-top character set;-c
,--compact
: use small pointy-top character set;-s[size]
,--size [size]
: size can be a number (ie.4
) or[u][v][w]
(ie.456
).-u
,--unique
: unique line style;-d
,--double
: double line style.Hexagons listing
Information required for each hexagon:
Syntax:
<x pos>-<y pos>-[options]:text
Examples:
3-4:foo
5-6-c:F
7-12-fd:bar
15-7-ps567u:baz
The text was updated successfully, but these errors were encountered: