Skip to main content
GameDev.net gamedev.net
🔒 Locked

Any text based Game Tutorials? And how to put it up onto your website?

Started by Tneeds Mar 4, 2013 at 7:00 AM 2 replies 900+ views
Original Post
Tneeds
Tneeds
I wanna make my own text based game using c++, also I wanna learn how to put it up on a website.
Dennisvb
Dennisvb
What do you mean with putting it on a website? Do you have to be able to play it on a Web browser or do you want people to download it from a website?
iskatsu
iskatsu
I'm pretty sure that C++ is not well suitable for web-site development despite a number of projects aiming to bring C++ to the web. To present your text game on the web site, you have to write it with HTML/JavaScript or ActionScript (for Flash player). However, you can convert your C++ code to JavaScript by means of Emscripten http://en.wikipedia.org/wiki/Emscripten
SuperVGA
SuperVGA

I wanna make my own text based game using c++, also I wanna learn how to put it up on a website.

An easy way to put an application on your web site is to develop a simple java application, and create an applet, which can then be shown on your site:
http://netbeans.org/kb/docs/web/applets.html

You could develop the server for a web app in C++, -but don't do that for your first project. :)

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.