PDA

Click to See Complete Forum and Search --> : Online Games


SteveCRM
Sep 8th, 2000, 08:33 PM
Okay, I still haven't made a succesfull online game. So now Im trying without BitBlt (Hehehe, lets see the blinkfest! ;)) So does anyone want to share some code to show me what Im doing wrong? Im using winsock to transfer player coordinates and bullet coordinates.

Don't worry, its a 2D shooter, you can only move back and forth (the magic of vb!)

Thanks Guys :D

gwdash
Sep 9th, 2000, 01:45 PM
Why not use DirectPlay, Much Better!!!!

see:
http://members.home.net/theluckyleper/

SteveCRM
Sep 9th, 2000, 05:31 PM
I haven't learned directX :(

KENNNY
Sep 9th, 2000, 06:44 PM
matter of opinion on dplay..dplay uses winsock itself i think so if u use winsock API or the OCX (which wraps the API) you're lower-level which *should* be faster :)

what exactly is going wrong in ur game?