In order to learn the tutorials better, I tend to follow them line by line and rewrite them. I am 99% sure that I have made the game the same, and for the host the game works perfectly, but the peer somehow sets both paddles' peerid variables to the peer's own id. So on the host side, the paddles move separately and the scoreboard shows up the same, but on the peer side, both paddles move at the same time (since both paddles have the peer's MyID) and the scoreboard is messed up (since it can't find a paddle with the HostID). What gives? Any help is appreciated!
Host:
Peer:
Host:
Peer: