Replies: 4 comments
-
Aviejo, other developers have implemented hexagonal game layouts on this framework, they identify each location as part of a grid. This platform is for using websocket communications for client-server games. The board, and its state are modeled on the server, the clients connect and manipulate the server object, and those changes are reflected remotely on all connected clients. See the game created by https://github.com/lkingsford (Emu Bay) which uses a hexagonal layout using bgio. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is what you are asking but
http://www-cs-students.stanford.edu/~amitp/Articles/Hexagon2.html This helped me creating a hexagonal game. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/nicolodavis/bgio-react-component-toolkit might also be of interest here — no longer actively maintained but this contains some example components for hex grids. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello, I am looking for a tool to make a game that supports board in hesagnos and counter. that the counters are placed on the hexagons or on other counters. is it possible with this framework?
Beta Was this translation helpful? Give feedback.
All reactions