Add utils for hexagonal grild #50

Merged
tipragot merged 23 commits from hex-utils into main 2024-02-14 17:49:08 +00:00
Showing only changes of commit ff1a6d6ab4 - Show all commits

View file

@ -63,7 +63,7 @@ impl HexPosition {
/// # Example:
///
/// ```no_run
/// use border_wars::hex::Self;
/// use border_wars::hex::HexPosition;
///
/// let position = HexPosition { q: 0, r: 0 };
///