go, please: a turn-based tactical PvP game played on a hex grid.
Hello everyone! I'm building this online turn-based board game, and it's already playable.
You can try it here:
https://game.gopl.dev/
It's also available on Itch.io:
https://ognev-dev.itch.io/goplease
Repositories:
- Server: https://github.com/goplease-game/server (AGPL-3)
- Client: https://github.com/goplease-game/client (MIT)
It's built with Go, Ebitengine, EbitenUI, and WebSocket as a transport.
Everyone is welcome to get involved.