Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Help With Making A Textbased Game, im new to text based games
RWM2
post Jun 3 2008, 12:36 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 5
Joined: 3-June 08
From: Michigan, USA
Member No.: 30,730



I'm new to text based games and i want to learn how to make them can someone teach me the basics or the starting of a text based game
Go to the top of the page
 
+Quote Post
toby
post Jun 5 2008, 08:03 PM
Post #2


Super Member
Group Icon

Group: Members
Posts: 509
Joined: 29-September 06
Member No.: 16,228



What web languages do you know, do you have a host, do you have any technical aims?
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Jun 6 2008, 03:51 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 693
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



I'm assuming you want to make a web-based text-based game that you can play in a browser from anywhere, right? Correct us if I'm wrong about this.

First of all, you will need HTML knowledge to start building pages. This is very easy to learn, check out books at your local library or go to http://w3schools.com/html/.

If you know HTML, you should also know CSS to style your pages (otherwise it will be pretty blank with the default font, size, colour, etc)! CSS is also very easy to learn and apply, it doesn't have to get complicated, but you can if you wish wink.gif

Now for the actual programming part. I strongly recommend you coding the game in PHP (Hypertext Preprocessor). PHP is a server-side scripting language that allows you to generate dynamic content (e.g. for each player) and it can work with a MySQL database to record information. You can learn from the official PHP site and/or the tutorials at W3Schools. If you do not wish to use PHP and MySQL for some reason, there is also ASP (Active Server Pages, a Microsoft technology) and JSP (Java Server Pages, developed by Sun/Java). I have no knowledge of either one of them.

Remember, coding a text-based game can take months or years if you are unexperienced. Aside from the creativity portion of the project, you need to do extensive testing as with any other programming/development/design projects.

Good luck! smile.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. wut is html?(4)
  2. making a form(6)
  3. Good Text Html Editor(24)
  4. Game Website(4)
  5. Making A Cool Website(9)
  6. Wrap(2)
  7. Html: Alt Text For Objects(8)
  8. Styling Xhtml(0)
  9. Xhtml Is Not Suppose To Be Text/html(8)
  10. Hiding/showing Text On Click(2)
  11. Css For Input Text Only(16)
  12. Animated Favicon With Scrolling Text!(12)
  13. Help With Making A Textbased Game(6)


 



- Lo-Fi Version Time is now: 7th October 2008 - 08:42 AM