|
-
Mar 4th, 2002, 07:53 AM
#1
Thread Starter
Fanatic Member
Help me out! Answer my ?s for me...
ok, I will later expand this thread. I have though of a really cool game I could make. It would be multiplayer.
The graphics would be quite poor, but would be VERY fast, and also 3D.
Questions:
a) Is there a limit to how many people can be in a multiplayer game?
b) Is there a way to have 3+ people on a dial up connection?
c) How do I create 3D things that look ok, but dont take up too much programming.
Thanks for everyone who participates in this thread,
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
-
Mar 4th, 2002, 09:54 AM
#2
a) theoretically, no. It depends on the amount of data you are sending over the network, and how much memory your computer has.
b) again, depends on the amount of data being sent over the network. Theoretically, yes.
c) Use an API, such as D3D or OpenGL. YOu wont have 4 lines of code, but it is less then writing the 3d math libraries yourself.
Z.
-
Mar 6th, 2002, 02:11 AM
#3
Thread Starter
Fanatic Member
how do I write directX api?
for instance how do I draw a simple red triangle on my screen??
Thanks for all of your help, much appreciated!!
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
-
Mar 6th, 2002, 09:33 AM
#4
Download the SDK. It has tutorials for this exact thing.
Z.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|