Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
Alright, I'm just starting multiplayer, and I don't even know where to start. I'm thinking a tic-tac-toe game would do the trick, but don't really know where to begin. ------------------ |
|
Lazarus![]() Member Posts: 1668 From: USA Registered: 06-06-2006 |
Tic-Tac-Toe? Coincidentally enough ![]() Do you mean multiplayer over a network or mp on a single computer? |
|
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
Over a network. ------------------ |
|
Lazarus![]() Member Posts: 1668 From: USA Registered: 06-06-2006 |
Have you studied the B3D commands for doing that? | |
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
yes, but it all makes no sense to me. ------------------ |
|
Realm Master![]() Member Posts: 1971 From: USA Registered: 05-15-2005 |
quote: yay I'm not alone. ------------------ |
|
Lazarus![]() Member Posts: 1668 From: USA Registered: 06-06-2006 |
Lol. ![]() J/K Have you tried googling it? I remember seeing a great article about this kind of thing - except for DarkBASIC. |
|
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
Lava did a chat program once in B3D that used the basic multiplayer settings to set up chat sessions.... i think he posted the code either in the code database or the showcase. it was called SlimChat. you could probably learn from that. plus he probably knows a little about it (duh) and he could probably post. try PMing him. ------------------ |
|
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
Laz: I haven't tried googling it yet due to the fact getting an answer here is probable, and more personalized. BuddBoy: Will look into him (that sounds weird), though I can't download his program. ------------------ |
|
Lava Member Posts: 1905 From: Registered: 01-26-2005 |
If the network aspects don't make sense, I would suggest actually looking more into networks and stuff like TCP, how they work, etc, and other stuff like that.
------------------ |
|
Mene-Mene![]() Member Posts: 1398 From: Fort Wayne, IN, USA Registered: 10-23-2006 |
I understand some basic concepts of Networking and such, but am confused as to how to program a game for 2 players. ------------------ |