An open API service indexing awesome lists of open source software.

https://github.com/willguimont/hexago

Go, but on a hexagonal grid
https://github.com/willguimont/hexago

Last synced: 10 months ago
JSON representation

Go, but on a hexagonal grid

Awesome Lists containing this project

README

          

# hexago

Go, but on a hexagonal board.

[Hexago in action on a hexagonal board](https://youtube.com/shorts/vjFOJuLwWyA?feature=share)

[Hexago in action on a square board](https://youtube.com/shorts/pgtIYDKG8Rc?feature=share)

```bash
# Prepare deps
clj -X:deps prep
# Run
# Square board
clj -m main square 9
# Hexagonal board
clj -m main hexa 6
```