|
|
|
|
![]() ![]() |
Aug 22 2008, 05:23 PM
Post
#1
|
|
|
Kinda N00B Group: Members Posts: 230 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
Please comment and rate, after you finished reading!
################################################################# Change log: Aug 22 2008: The Tutorial Was Created. V1.0.0 Aug 30 2008: Added XHTML and a small CSS part. Also corrected some small things and added this change log. V2.0.0 ################################################################# OK.. Many people here want to create text based games. Many of you ask us here on the forums: "how to create a text-based game", or "can you do a text-based game for me".. I think you guys should try to learn some basics first, and then create one on your own.. Then you wont miss all the fun I don't blame you guys.. I think that everyone, or at least many of us, want to create a text-based game. I was once like that.. I knew nothing, but pure HTML, and thought I could create a text-based game. But I was wrong. Before I continue, I should tell you that this IS NOT a tutorial on HOW to create a text-based game. This post will only teach you what you need, to be able to create one. The first language you should learn, is HTML, and then XHTML. I am going to give you links to both languages, and some information about them, and you'll have the opportunity to choose. Because XHTML isn't really "a must". But it can be good to know.. So I'll give you the link for the tutorials, and then you can decide if you want to use it or not. OK.. The HTML language.. HTML is the language that you make the page design with.. OFC I don't mean creating the pictures for you.. If I define the HTML word on Google, this is what I get: QUOTE The programming language used to create documents for display on the World Wide Web. That should be enough, because I can't explain it better myself Like I said, you should try to learn some HTML. So here's the best link I know for learning HTML: W3Schools HTML Tutorials but OFC.. If you don't like it, you can try Google searched "tutorial:HTML" on google. Lots of other links Now that's about HTML.. it really shouldn't take that long time to learn.. maybe 1 day (about 12 hours) if you learn fast. Could take up to a week if you don't learn so fast. But don't stress! You have plenty of time learning it.. after learning HTML, XHTML if you want to. If I define the XHTML word on Google, this is what I get; QUOTE Abbreviation for Extensible Hypertext Mark-up Language and is a hybrid of XML and HTML. Web pages designed in XHTML should look the same across all platforms. one thing you should know though, is that you should know HTML, before you move over to XHTML.. because XHTML, is a newer version of HTML, and if you know HTML, XHTML should be easier to learn. I can't tell exactly how long time XHTML will take to learn, but it shouldn't take more than 1 or 2 weeks. Maybe even less.. So.. here are some links.. W3schools XHTML Tutorials WebHeadStart XHTML Tutorials After you learn HTML/XHTML you can, if you want to, learn some about MySQL databases. Now I am not telling you that you should learn everything about it Here is a good link W3Schools, MySQL databases Or, if that isn't enough, you can find something on Google Anyways.. When you have a basic knowledge about WHAT MySQL is, you should learn PHP. PHP is the hard part.. If you learn REALLY fast, it can take up to 4 days, before you have basic knowledge about it. But if you don't learn so fast, it can take 2 months, and even more, before you know the basics. On this site, almost everything is explained about PHP. This is actually one of the best sites that I've found, that teaches PHP. They have good examples, and they explain them very good. Here you have the link Tizag PHP Tutorials You can also find PHP/SQL tutorials on the same page. SQL is the language that you use to be able to use/insert data into databases. Now when you learned these three things, you can continue if you want, with JavaScript and other languages. But those are just extra stuff, if you want to make advanced games, with advanced functions/design. Also, you should try to learn CSS. That's something that will help you with the design for your page here is a link: W3Schools CSS Tutorials Haha Anyways.. I don't really know if this fits into the tutorials section.. because it isn't really a tutorial.. It just help the people out there, that's making me go mad sometimes (like I did once to other people Actually, I don't really know if it fits here either. If it don't, I am sorry, and can an Admin or Moderator please move it to the right place From now on.. you can't say that you didn't find anything when you searched If you have any questions about this, or if you find anything spelled wrong, tell me, and I'll correct them Please be kind and respect that I've made this tutorial, and that it took some time. I would appreciate if you don't copy this, and paste it on other sites, and say that you made it by yourself. because you didn't. And thank you for commenting and rating V 2.0.0 Made By Feelay More will be added, depending on the comments. Also, more links will be added. If I find a good one, I'll add it. Also, if you want a link, to be added, that you find good, just tell me, and I'll add it Best Wishes //Feelay This post has been edited by Feelay: Aug 30 2008, 08:56 PM |
|
|
|
Aug 22 2008, 07:58 PM
Post
#2
|
|
|
Super Member Group: [HOSTED] Posts: 749 Joined: 12-July 06 From: Ontario, Canada Member No.: 14,464 |
Good point stated.
However I would recommend learning the PHP scripting language first before learning about MySQL databases, it makes more sense that way. Also, without CSS your game would be plain and probably ugly |
|
|
|
Aug 25 2008, 07:52 PM
Post
#3
|
|
|
Whitest Black Mage Group: [MODERATOR] Posts: 1,371 Joined: 20-May 05 From: NB, Canada Member No.: 5,281 myCENTs:65.99 |
One thing I would reccomend is not rushing it. Learning each component should take a little time and one should make sure they feel comfortable before moving onto the next. Simply learning the bare basics could lead to being confused when needing to use two or more of the pieces of technology in conjunction with one another later on in the process leading to convoluted problems where you aren't even sure what is going wrong. You don;t need to master each but being able to use any without looking at reference guides 100% of the time would be a very good idea. this is especially crucial if you intend to create a more complex game as having issues with your html when you are dealing with relatively complex php will simply cause problems that could be easily avoided by a little practice.
|
|
|
|
Aug 29 2008, 09:16 PM
Post
#4
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 29 Joined: 9-August 08 Member No.: 31,963 |
Yeah CSS would be required. It would make your page look better.
|
|
|
|
Aug 29 2008, 10:59 PM
Post
#5
|
|
|
Way Out Of Control - You need a life :) Group: [HOSTED] Posts: 1,087 Joined: 2-August 05 From: Kapellen (Antwerp, Belgium) Member No.: 7,585 |
I'd rather define (X)HTML as a language that you use to organise data and content, it's more a structural language. The design of a website should be made with CSS.
Anyway, this should be a nice sticky |
|
|
|
Aug 30 2008, 09:56 AM
Post
#6
|
|
|
Kinda N00B Group: Members Posts: 230 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
I've changed some things in the tutorial now
QUOTE(FirefoxRocks @ Aug 22 2008, 09:58 PM) Good point stated. However I would recommend learning the PHP scripting language first before learning about MySQL databases, it makes more sense that way. It depends from person, to person Done QUOTE(FirefoxRocks @ Aug 22 2008, 09:58 PM) Also, without CSS your game would be plain and probably ugly wink.gif I don't know CSS yet, but thanks for pointing that out Done QUOTE(Jeigh @ Aug 25 2008, 09:52 PM) One thing I would recommend is not rushing it. Learning each component should take a little time and one should make sure they feel comfortable before moving onto the next. Simply learning the bare basics could lead to being confused when needing to use two or more of the pieces of technology in conjunction with one another later on in the process leading to convoluted problems where you aren't even sure what is going wrong. You don;t need to master each but being able to use any without looking at reference guides 100% of the time would be a very good idea. this is especially crucial if you intend to create a more complex game as having issues with your html when you are dealing with relatively complex php will simply cause problems that could be easily avoided by a little practice. Thanks for the comment I'd rather define (X)HTML as a language that you use to organise data and content, it's more a structural language. in w3schools, they say that XHTML is a stricter and cleaner version of HTML. I'm going to add somethings to the tutorial. (CSS, and make them choose between HTML and XHTML). Done Anyway, this should be a nice sticky haha Thanks for all your comments Best Wishes //Feelay This post has been edited by Feelay: Aug 31 2008, 10:00 AM |
|
|
|
Sep 7 2008, 01:09 PM
Post
#7
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 7 Joined: 1-September 08 Member No.: 32,381 |
Nice tutorial. How about any suggestion on freehost website that support cronjob?
|
|
|
|
Sep 7 2008, 02:23 PM
Post
#8
|
|
|
Kinda N00B Group: Members Posts: 230 Joined: 13-January 08 From: Sweden Member No.: 27,579 |
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 4th December 2008 - 12:44 AM |