This asset is a great starting point to develop your own multiplayer CCG/TCG and also to learn about how such a project can be architected and implemented.
- Integrated editor that allows to specify the game fundamental properties and create new cards in a visual way.
- Includes complete demo game in the spirit of the genre's classics.
- Includes optional, REST-based Node.js server with player registration/login, player card collection, rankings and purchasable card packs functionality.
- Includes single-player mode against AI.
- Game user interface that makes extensive use of Unity's UI system.
- Complete and extensively documented C# source code.
This is not a visual scripting framework; you need to know how to program in C# in order to use and further customize and extend the asset.