Author Topic: Does TNET Support multiple game sessions from one user, like words with friends?  (Read 2369 times)

physikal

  • Guest
We're looking at making a turn based game like words with friends and want to allow multiple game sessions from one player, is this possible?


Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
If you mean multiple connections, then the answer is "yes, but" -- you would have to use your own class containing one or more GameClients instead of going through the TNManager (as it's a singleton).