Game Development Community

Client/Server engine tutorials

by Jordi Davis · in Technical Issues · 09/23/2007 (8:28 pm) · 1 replies

Hello!

I'm beginners of game development and now I just begin to studying Torque.

1. Where can I find tutors on C/C++ how to make a simple client and server using Torque Game API?
2. Who loads the CS files in Torque's architecture?
3. Why CS files? I need executable file to load CS file but in examples I find only CS files...

Thanx!

About the author

Recent Threads


#1
09/23/2007 (10:46 pm)
Ok!
- With client side it is clear for me! But what about the server side?
- How run the server?
- How the server manages a client's connections?