Creating a trading card game

Hello, I’m new to programming and was hoping to design a game where you don’t use cards at first, but you open card packs and get cards. I was going to use that as a start then expand to using the cards in game, but I don’t really know where to start with the program, if anyone could help me that would be great. But like I said, I am very new to programming

To start with, click the “learn” button at the top of the page, and do a bunch of those tutorials. Do some basic, simple projects first before trying something complex.

–Eric

You question is too big to answer. Nobody can give you a through answer.

My strategy to solve this issue is by dividing a large question into smaller simpler ones, then divide I until they become very simple. Then solve them all.

At the end of the day l, you’ll have a good working game. :smile:

However in order to solve those issues yourself you must learn the basics to have basic idea how programming works. :slight_smile:

OK thanks I’ll do that

Also do you have any suggestions on programming software that I could download or buy

It would be best to just start with tutorials because otherwise that software will become a crutch. Playmaker is pretty cool, but I would wait until I had done some tutorials with scripting first because it has a scope and once you get out of it, you still end up writing scripts.

Thank you sir