I have 4 players and each player will choose color for him.
If first player choose "red" then i want to show remaining colors to other player, if third player choose blue and i want to remove blues from other 3 players same with all. and if any player again deselect color then other player will get that color option again. (See image below). I want to do this without using Array.
anyone can explain me logic on how can i do this?
Thanks in Advance.