Hey guys!! Hey @Erel!
I was wondering, would it be possible and reliable to create a simple Pong game, where the 2 players compete via bluetooth in real-time, with negligible lag?
I guess the way to implement it would be a host/guest model, where the app in host mode is fed the Player 2 input and performs all the calculations before sending the data back to the second device running the app in guest mode.
Please correct me if there is a better way to do it.
I was wondering, would it be possible and reliable to create a simple Pong game, where the 2 players compete via bluetooth in real-time, with negligible lag?
I guess the way to implement it would be a host/guest model, where the app in host mode is fed the Player 2 input and performs all the calculations before sending the data back to the second device running the app in guest mode.
Please correct me if there is a better way to do it.