gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > Link tutorial

#18036 - ProblemBaby - Fri Mar 19, 2004 1:00 pm

Where can i find a tutorial that explains how to link?

#18038 - yaustar - Fri Mar 19, 2004 1:13 pm

If you mean multiplayer then I believe there was one for multiboot then link on the frontpage of GBADEV.org a while back..look in the archives.
_________________
[Blog] [Portfolio]

#18042 - dagamer34 - Fri Mar 19, 2004 5:49 pm

Take a look at the SGADE code. That's all I can say.
_________________
Little kids and Playstation 2's don't mix. :(

#18096 - ScottLininger - Sat Mar 20, 2004 8:59 am

I have a demo that makes multiplayer easy to implement and is very stable (assuming that's what you mean by "link") , but it's not very fast. It's plenty fast enough for a game like pong or other things where you're just exchanging a handful of bytes. Depends on your game.

Anyway, you can get the demo code on my site at http://www.thingker.com

You might also want to do a forum search on "multiplayer" and "multiboot" to read past posts on the topic. That's how I got started. :)

Scott