Search found 2 matches

by zorrozX2
Wed Feb 28, 2018 12:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: MMORPG in QBASIC?
Replies: 15
Views: 50382

Re: MMORPG in QBASIC?

Here is a simple Perl program that you would upload to your server (see source code below). You can save it as "Save.pl" on the server. Let's say you have a domain name called www.mygamecenter44.com and so you upload this perl script to the server. You would call WGET to send data to the s...
by zorrozX2
Tue Feb 27, 2018 10:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MMORPG in QBASIC?
Replies: 15
Views: 50382

Re: MMORPG in QBASIC?

I think, it is possible to create an online multi-player game in Qbasic, HOWEVER, you will need more than just QBasic. Here is how I would do it: I have a program called WGET.EXE, which can download a web page from the internet. Each player's location and data would be stored in a file on a server. ...