card game

Hello. Excuse me please what I don’t write here, I wanted to ask on this program it is possible to make a card game. I very much liked your payment terms and the license. I will be very grateful to you if you will answer my question! Again sorry that I wrote wrong

You can do everything you want with ue4.

Thank you very much for your reply!

You just need to outline what you want to do, break it down into steps, and find tutorials and documentation that can help you learn how to perform those steps. For example, you might implement a class called Deck that stores an array of instances of Cards. A class Card might have subclasses like TrapCard or MonsterCard.