A complete implementation of the Tridecco game board and pieces, supporting a range of advanced operations and complex gameplay mechanics.
-
Updated
Aug 16, 2025 - JavaScript
An multiplayer board game using 13-sided pieces, based on Einstein’s shape discovered in 2023. Players try to get rid of all of their pieces. Forming a hexagon of the same color, using two-color Einstein shapes will give the player another turn. Simultaneously they try to prevent their opponents from forming hexagons.
A complete implementation of the Tridecco game board and pieces, supporting a range of advanced operations and complex gameplay mechanics.
Dedicated match server for the Tridecco Game platform. It handles real-time game sessions, player connections, and state synchronization using a high-performance socket-based architecture. Designed for multi-region deployment to ensure low-latency and scalable gameplay experiences.
A dedicated AI server for the Tridecco Game platform, utilizing advanced algorithms to provide strategic decision-making and adaptive opponent behavior. Designed for scalability, it operates independently to ensure optimal performance and low-latency gameplay.
A dedicated web development environment for creating and experimenting with Tridecco game boards. Built upon the tridecco-board library, it provides a visual, code-driven approach to board design, real-time rendering, and interactive gameplay prototyping.
The Tridecco game website (uses Node.js & Tailwind CSS).
Documentation for the Tridecco Game platform (both the backend and frontend). It includes setup instructions, API documentation, and other relevant information.