how to make a mafia text based game on c++ or visual basic 6.0
From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.
| Announcements | Posted on | |
|---|---|---|
| TSR launches Learn Together! - Our new subscription to help improve your learning | 16-05-2013 | |
-
how to make a mafia text based game on c++ or visual basic 6.0
hey well i am really intrested in making a tetx based game in c++ or visual basic 6.0 but dont have a clue how to make it does anyone know how to do and it will be great of u to tell me how to make it step by step like a example will be nice or something thanx
-
Re: how to make a mafia text based game on c++ or visual basic 6.0
Something like 'collosal caves'?
Guess you could find the source code for some existing examples and try working out how other people have approached it or just plough in and start coding... Probably start with a simplified design using a matrix to represent the rooms in a level and create a parser to accept user commands and some code to describe room contents in english.
I think it'll probably be quite a bit of work to come up with something really enjoyable to play, but good luck. -
Re: how to make a mafia text based game on c++ or visual basic 6.0
A text based video game - wow! I had fun making those in the 80s in BASIC on my VIC-20. Uhhh, enough reminiscing.
Anyway, I remember using a system called TADS to create a text adventure in the early 90s and, would you believe, it is still going
It's based on a C++/Javascript-esqe object-oriented language.
http://www.tads.org/ov_tools.htm