Vai al contenuto principale

Ricerca

How do I make a way to do a puzzle game to have up to 4 players but still be able to do it in single player using the d-pad.

  • PassTheRizla

    I can't give any specfic logic , you know what you need, so ,

    You will need at least 2 variables, ie, Total number of Players & Current Player.

    You can now work out how to Create & Modify those 2 variables , then use the variables as input to other logic.

    I may need to be corrected here.

  • Agarwel

    Also another trick I have seen in many dreams is simply making this as 4 separated scenes. (each with little bit different logic). And then just using the first scene to start the correct one.
    This is not a great solution for future updates (you have to update four instances of the scene). But if it is finished it may make the logic much simpler.

  • HuntFamily99

    I'm not understanding the 'programming' logic and basic tutorials don't exactly help.

    if someone can make the tech I will be good.

  • PassTheRizla

    Search Dreams creations, sure i saw 1 today.

Accedi per aggiungere un commento.