#Want to make a card game
1 messages · Page 1 of 1 (latest)
Do you have a question?
I need a tutorial
On my thoughts
How to implement
There is no tutorial for something that specific. Learn C# and Unity in general, then you can apply that knowledge to create your own thing
How to learn?
there are pinned messages in the channels #💻┃unity-talk and #💻┃code-beginner . i would recommend to learn c# and programming basics first
as Nitku said, if you have enough knowledge on how things work, you will be able to implement that in your game
and for particular questions, you can still come here and ask
I had a particular question about card implementation, I didn't get proper answer
card.. deck**
try to rephrase it then
What is the problem that you are running into?
This whole is my question
I want to make deck of cards. For player and computer. Computer's deck is masked. Player can put anyone card in match area and computer chooses random card. Whoever can score more in 7 rounds is winner.
I am just trying to match my imagination with the knowledge
Ah, I think I got to know how to do it
do you have the scriptable objects / class already
Yes, SO is there
ok that is already something
I can use a sprite to represent cards
Properly arrange them
Have drag and drop
And the computer can place cards
you can have it all on the SO mens you dont need anything seperate, put a ui element of tyype image
can you show what you got there we need to see the inspector for your SO