Is there an easy way to look at the code for other games? I want to learn how to rotate the view / board so that your pieces are always on the bottom (like in chess, your pieces are always the ones closest to you, but it knows how to display that info upside down for your opponent). Is it just deciding which way is "right" and displaying it normally and when not "right" do it upside down? 2 players only for now.
Also, there's nothing in the tutorial about limiting a game's number of players; it just says to lower the player count before creating the game. Is there anyway (again, like in chess) to say, "this game will only take 2 players".
Also, there's nothing in the tutorial about limiting a game's number of players; it just says to lower the player count before creating the game. Is there anyway (again, like in chess) to say, "this game will only take 2 players".