making a guess who game

hi i am a total newbie
i want to build some guess who like game with multiplayer.
maybe you can give me a link to tutorial or just give me a tip where to start from?

thanks. very confused me :slight_smile:

hey Lironosh1992

I would first like to say welcome to the community! hope that you are able to find your way around well enough. I would suggest first starting out with the unity learn tab at the top of the page. they have some video seris that walk you through how to make and code some starter games so that you can get a feel for how it works. also there are some very good tutorial videos that the unity people have made that talk about all the different aspects of things you can do in unity and in C# etc.

if you need specific links and cant find those videos let me know and ill get you some links directly to them!

Iā€™m not aware of any tutorials for this specific type of game. But here are a few places to start.

  • Learn the UI. This game will be very UI heavy
  • Check out photon for networking. They have some good tutorials and will run matchmaking and the like
  • From a game design point of view you are going to want to figure out how to ask vague questions across a network. This will have a significant effect on your game design
  • Check the learn section

but i have a feeling that all tutorials here are very heavy not for beginners they take a huge project then explain on it

The learn section has plenty of absolute beginner tutorials.