TCG Engine
A downloadable tool
UNITY ASSET ONLY
Use with Unity 2020.3+ to create your own TCG game.
Also available on the Unity Asset store.
Features
-Card game gameplay (Play, Attack, Mana, HP, Abilities)
-Solo and Multiplayer
-Desktop and Mobile controls
-User Login and User Database (Web API)
-Dedicated Authoritative Game Server
-Simple Matchmaking
-Card Collection, Pack Opening, In-Game Currency
-Leaderboard and Friend list
-AI made with Minimax algorithm
-Customizable Card Abilities
Structure
There are 3 main app instances:
-Game Client (Unity)
-Game Server (Unity)
-Optional Web API (NodeJS and MongoDB)
Networking Framework
Tcg Engine uses Netcode for Gameobjects, the official Unity Networking framework.
Why TCG Engine over similar assets?
-Tons of extra features (AI, Pack open, User Login, ELO ranking...)
-Cards and Abilities use Scriptable Objects
-Multiple games can run on a single server process
-Run the game in Unity directly from any scene (faster testing)
-Client and Game Server use the same Unity Project
-Game logic uses the same code for: Solo, Multiplayer and AI predictions
-UI and Visuals code is well separated from the core rules and effects code.
-Using the official Unity Networking: Netcode (no 3rd party asset required)
-Secured web api for login uses https and jwt
-Author of this asset has published several card games for various clients
-Fast and accessible support on Discord
Current Limitations
-Limited to one or two players per match only
-WebGL build requires 3rd party integration for Netcode to work
-No gamepad support yet
*Audio from the trailer not included in the asset.
Coding
This is not a no-coding asset. And while cards and abilities can be edited directly from the data files (scriptable objects), you will need to edit the code to add features or change the core game rules. I made the decision to not include any custom editor GUI to keep the code as simple as possible and useable for a varied level of programming skills. I put a high priority on keeping the code clean and well structured. We have a Discord community for people to help each other if you are just starting with coding. And I will be glad to listen to any feedback to improve the code in future versions if needed. More info in the doc.
Documentation
Support & Community
Games made with this engine
Licence: You are allowed to use this project template in your commercial game. You are not allowed to distribute or resell the source code, assets and files contained in this package. You are allowed to distribute or sell the compiled executable created using this. One licence per published project, unlimited seats on the same project. Refer to the Unity Asset Store EULA for reference: https://unity3d.com/legal/as_terms
Status | Released |
Category | Tool |
Author | Indie Marc |
Genre | Card Game |
Tags | ccg, Multiplayer, online, tcg, Unity |
Average session | A few seconds |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $99 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
Hey Mark, thanks for your asset! I find it very inspiring, as I'm trying to build my own TCG and am looking for ways to do it.
But right now I'm still thinking about ways of how to create cards. I've ended up with developing a web-based tool for generating cards. Maybe this tool can be somehow integrated with your asset? I'm still a Unity-newbie, but I'm already tryint to recreate my logic in Unity.
It would be gratefull if you can take a look at my generator and provide any kind of feedback. I really respect your work and it would be very cool. Cheers!
I would be willing to buy this engine for sure if it had a Battle Grounds sort of feature like HearthStone Battle Grounds as that is the style of game I am trying to make. This engine looks so clean and thats the only thing that is holding me back. Is there any way you would be willing to implement this or sell it as a 100$ addon to the base engine?
Hello, this look awesome, but i want to ask if there is a possibility of a version for Godot?🙏
I'm considering making a Godot version eventually, but there isn't at the moment.