Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

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


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
3 replies to this topic

#1 Tneeds   Members   -  Reputation: 103

Like
0Likes
Like

Posted 04 March 2013 - 01:00 AM

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

Ad:

#2 Dennisvb   Members   -  Reputation: 160

Like
0Likes
Like

Posted 04 March 2013 - 01:31 AM

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?

#3 GuardianX   Crossbones+   -  Reputation: 628

Like
0Likes
Like

Posted 04 March 2013 - 02:34 AM

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

#4 SuperVGA   Members   -  Reputation: 839

Like
0Likes
Like

Posted 04 March 2013 - 02:45 AM

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. :)




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS