I looked through other threads, but could not find on how one would be set up. So my question is, How would you set up a C++ text based game.

Recommended Answers

All 2 Replies

Not really what i was looking for i was looking for something like maybe how one works, maybe some source code, or even advice for planning it.

If you are reffering to an "Online" text based game, such as Immortal Night, you would need to learn javascript (or a similar scripting language) to handle all of the user interactions, as well as learning both php and mysql (for storing user information inside of a database.. such as the users' name, current life points, etc).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.