Python Forum
Second player on second monitor?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Second player on second monitor?
#1
What's the logical way to get a second play window on an additional laptop monitor? I don't know how blue tooth works, a cord would be fine, as would both controllers in one laptop.

I'm under the impression that I can make
 
self.screen1 = pg.display.set_mode((self.width, self.height))
self.screen2 = pg.display.set_mode((self.width, self.height))


I don't know how to get screen2 onto my friends screen.
Reply
#2
If you have two different computers. Then you need to learn how to make a server program. Then you would create your client program. Which both computers would have to run client. One would host as the other would join.
michael1789 likes this post
Reply
#3
(Jan-14-2021, 05:52 AM)Windspar Wrote: If you have two different computers. Then you need to learn how to make a server program. Then you would create your client program. Which both computers would have to run client. One would host as the other would join.

Perfect. Thank-you.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020