📄️ Core concepts
These are some of the basic core concepts of Boardzilla that will be referred to
📄️ Creating a game
After creating a new Boardzilla game, writing a
📄️ Board Structure
The Game is a singleton class that is declared as the first step of creating a
📄️ Players
The Player is a core class that represents a user
📄️ Actions
Actions are the building blocks of your game as it relates to its players. A
📄️ Flow
The Flow of your game is how the game runs from beginning to end. This describes
📄️ Adjacency and Grids
Boardzilla provides a few tools to help determine adjacency or distance between
📄️ Modules
Modules are self-contained components for specialized purposes. These can be