As the name of the topic suggests, I need help with programming an interactive game with the use of visual basic 6.0
Being a novice in programming with little experience in networking, I foresee numerous problems along the way. Thus, I would like to seek assistance from any programmers here who are kind enough to show me the ropes at times when I am in need.
As the program I have in mind is not meant to be marketed, I have no budget to engage a professional to assist me with writing the necessary program. Thus, the only option for me is to seek professional advice here.
Basically, the game that I wish to write takes the concept of role-playing gamebook. In other words, the game-master will come out with different missions and challenges for the players to accomplish. This to a certain extent is similar to a multi-user chat program, except that it incorporates additional features.
(1) The program must be able to determine a host (game-master) and the various clients (players)
(2) Although the program looks alike (something like msn), it provides for different functions.
For example:
(a) the host program has the ability to unlock certain commands on the clients program, so that the clients can click on the command to go into the respective sub-program.
(
© the client program has a character profile that will extract the user data and present it on the program.
(d) whenever the client logout, the current data of the character profile will be saved into the database.
(e) both the host and client program provides a random dice rolling program which has the ability to show the result to all.
Optional: the program also enables the user to send files to the designated party.
(3) When a client first registers himself as a user, it will launch into a “character generation program”, after which, all the data will be stored in a database. This will be extract as the character profile, when the program is launched.
Having described what I am trying to achieved, please advises if the above can be done through visual basic.
Do I need to have a web server for it to work, or
Can I use the host computer as a server, while individual’s character data stored in the client’s computer?
Please advise.