Page 1 of 1
is it possible
Posted: Thu Jun 13, 2002 11:02 pm
by Guest
Is it possible to make an online game with qbasic. ??? ??? If it is please tell me. Ok c-ya :'(
Re: is it possible
Posted: Tue Jan 07, 2003 9:43 pm
by GPfault
You might try interfacing with COM1 for local connections.
For online, you'll probably need to figure out how to access a network from QBasic. You might need to write an assembly module that executes INT 21h or whatever to access the network driver.
You should probably study the workings of TCP/IP or IPX, so you'll know what to do.