is it possible
Moderators:Administrator, Global Moderator
Is it possible to make an online game with qbasic. ??? ??? If it is please tell me. Ok c-ya :'(
Re: is it possible
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.
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.