Tridecco Game Board is the game board and pieces for the Tridecco game. It is a complete implementation of the game board and pieces, supporting a range of advanced operations and complex gameplay mechanics.
- Game Board: A fully functional game board with support for various operations.
- Game Pieces: A set of game pieces that can be manipulated and interacted with the game board.
- Hexagonal Grid: The hexagonal grid coordinate system is used to represent the game board.
- Triangular Hexagonal Grid: The triangular hexagonal grid coordinate system (extended hexagonal grid) is used to represent the game board.
- Rendering: The game board and pieces can be rendered on a Canvas. (only in browser)
- Browser Support: The game board is designed to work seamlessly both Node.js and browser environments.
- Language: JavaScript (Node.js and browser)
- Any environment that supports JavaScript (Node.js or browser)
npm install [email protected]
Include the following script tag in your HTML file:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tridecco-board.min.js"></script>
Note: You can also download the
tridecco-board.min.js
file and include it in your project.
Please refer to the API documentation for detailed usage instructions and examples.
Please refer to the Architecture documentation for an overview of the project's architecture, including layers, and structure.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.