Game Development Community

Game rooms

by Bisher Tarakji · in Technical Issues · 03/19/2006 (7:09 am) · 2 replies

Hello
I am working on an Internet multiplayer game with private and public game rooms. Users can create private rooms, invite to private rooms, accept invitation and join a private room, or join public rooms. Users in one room can start playing together.
Any idea where to start from?

thanks and best regards

#1
03/19/2006 (8:38 am)
Heres a chat client thingy made with Torque (Made by John Vanderbeck) , you can probably adapt this to what you need.
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=5457
#2
04/03/2006 (9:45 am)
I think Bisher asked similar question i asked. ==>my question

you can adapt chat server/client Made by John Vanderbeck,
but if you want to run dedicated server for the missions in rooms( i think you meant it ),
the problem is that multiple missions should run on one server.

youngmin