lonebyrd
May 18 2006, 03:15 AM
| | I got my Astahost account in hopes of making a multi-player, online, text-based game in real time. What I need help with is the programming side of things, a little advice really. I talk to the maker of a similar type game that I play, and he suggested I learn PHP with MySQL and ASP, and I cant really remember if he said anything else. I have been playing around a little with PHP and only dabbled with MySQL, but I know nothing of ASP except that it stands for Active Server Pages.
So basically, the advice I'm looking for is, what kinds of scripting/coding would people think I should use for this type of game? I plan on having a shoutbox somewhere, some kind of forum-like thing, it would have many menus to choose from with sub-catagories. There would be pictures involved also, and definitly it would need a registration/login page and some way to track users. There is more involved, but its late and I'm getting sleepy. With that info, what do people think? Maybe I'm asking to much, but thanks for any input. |
Reply
HellFire121
May 18 2006, 10:27 AM
The languages needed in my opinion would be PHP and MySQL at least, also some javascript would inhance the interface making it more playable and easier to navigate. You can do most things with the php and mysql, the forum, login (And registration) page, so really you need ideas to make it happen. The shoutbox would be pretty easy to code with php and flat files (No real need for a database there). It also depends on what style game you plan to make. RPG, some other text based games? That is probably the bare minimum of what you'd need as far as the programming side goes -HellFire
Reply
Vyoma
May 18 2006, 04:49 PM
As far as I can tell, I should say that at the minimum, PHP and MySQL should be sufficient. In terms of MySQL, learning few of the DDL (Data definition) and DML (Data modicication) and ofcourse the SELECT statement should be sufficient. It would not be required for indepth knowledge. But, in the end, it is hard to say, because, from your post, it seems like you yet do not have the design finilized. By design, I mean the gameplay. You would need to come up with strong design of how you want the game play to take place, and what should be accompanied by each action performed by the user. Having such a desing, would help you decide on what else you would be needing apart from PHP and MySQL. My advice to you would be, atleast whip out your Notepad, write down all the things you think should go into the design and start refining it. Something more you can do is, put what you have designed here in the forums and there would be many here who would help you refine things up.
Reply
bluefish
Dec 16 2006, 06:43 PM
Of course a good knowledge of HTML is necessary, and CSS would help. Personally, I would make the registration/login etc. first, so that you have a starting point from which to test from. I would save the shoutbox/forum until the end, as they are not too hard to implement and you really don't need them. You could even download PHPBB or some other such forum engine. TagBoard is a nice shoutbox type thing, and I'm sure you could find some more if you just Google it (or use whatever search engine you like). Of course, like HellFire said, it's really quite simple as long as you know the languages.
Reply
mrhapl0
Dec 20 2006, 03:06 PM
Goto Mccodes.com That is an Source script for online-text based Rpg. You will need good knowledge of javascript, PHP, MySQl, HTML To make New things for the game.
Reply
flashdiamond
Dec 20 2006, 06:18 PM
I have seen that been done with flash, you can make an online multiplayer game and chat and things. But the game you make with flash won’t be a game like UT2004 obviously, it will be a game like chest or something. But you will need you right action scripts to do that.
Reply
Valkyria
Jan 26 2007, 10:11 PM
Personally, I don't like text-based games, I prefer some kind of movement  , but if you want to go that way, don't choose ASP, as it will only run on a Windows server (don't think it will run on Astahost server, correct me if I'm wrong). PHP and MySql are the basics, so you might start off with that. That will give you the "game engine", that is, the functions and tools to do it, but as it was pointed out before, you really need to know WHAT you want your game to do. It's not the same to have a strategy game like Ogame than a RPG game, or a mafia game. Apart from this, you should also pay attention to layout and graphics. You may come up with a great game, but unattractive visually. So get at least a basic knowledge of CSS, a good graphics program, even better if you have nice images, and some flares of AJAX will spice it up a bit.
Reply
Quatrux
Jan 27 2007, 11:23 AM
QUOTE(Valkyria @ Jan 27 2007, 12:11 AM)  Personally, I don't like text-based games, I prefer some kind of movement  , but if you want to go that way, don't choose ASP, as it will only run on a Windows server (don't think it will run on Astahost server, correct me if I'm wrong). Well, I also don't think it will run on Astahost, but also I think that it is good that it cannot execute. Anyway, I just wanted to say that it is possible to execute ASP or ASP.NET on a Linux Server using Apache web server software, but as I remember there are some issues, so rather leave it for Windows. ;D I also say that PHP and MySQL for programming is enough, but automatically using those you need to know html, css, js and maybe xml and ajax in the future. Text games are fun, not so long ago, for university I needed to create something using REXX language, the Regina-Rexx and I created a text adventure game in the style of monkey island, but everything was running in console/shell. It was quite fun, especially to play with ascii art and programming. The hardest thing for me was to to write into the text files all the dialogs, conversations, actions, information about available things and the worst case, when you write: use bottle with what? picture bed drawer picture I think that is a stupid idea and my "engine" was written in a such way that I needed to create a text for every such action available.. ohh.. but it is written only in my mother-tongue, Lithuanian. 
Reply
HM-BRazil Owner
Jan 27 2007, 07:32 PM
QUOTE(lonebyrd @ May 18 2006, 01:15 AM)  I got my Astahost account in hopes of making a multi-player, online, text-based game in real time. What I need help with is the programming side of things, a little advice really. I talk to the maker of a similar type game that I play, and he suggested I learn PHP with MySQL and ASP, and I cant really remember if he said anything else. I have been playing around a little with PHP and only dabbled with MySQL, but I know nothing of ASP except that it stands for Active Server Pages.
So basically, the advice I'm looking for is, what kinds of scripting/coding would people think I should use for this type of game? I plan on having a shoutbox somewhere, some kind of forum-like thing, it would have many menus to choose from with sub-catagories. There would be pictures involved also, and definitly it would need a registration/login page and some way to track users. There is more involved, but its late and I'm getting sleepy. With that info, what do people think? Maybe I'm asking to much, but thanks for any input.
Well... PHP with mySQL can do pratically ANYTHING ... If you use then you could make a game  ... But if you use Java , flash , ASP , JSP , CGI would help much too  ... Php is better just for * text * games ... You can add images too , but won't be very easy... I sugest to download some free php text-based game scripts on Hotscripts and learn a bit about php text-based game making ; or just edit a game script to make your game  ... Good Luck
Reply
iGuest
Jun 8 2008, 01:39 PM
Pogramming on note pad
Advice About Making A Text Based Game
Replying to VyomaHi, I'm into programming but know just enough HTML to get by and very little php but other than that I know next to no programming languages. I'm interested in the classic games like Elite (pardon my spelling)and I was wondering if it would be possable to create even basic text based games or DOS games on note pad. Also would you know of any programming languages I would need to know as I am fairly new to this? Cheers :) -reply by Jinfox91
Reply
Recent Queries:--
program for making text based games - 15.97 hr back. (1)
-
the simplest way to make a online text-based game - 28.50 hr back. (1)
-
how to create a mafia text based game step by step - 31.74 hr back. (3)
-
make a text based game easy - 34.94 hr back. (1)
-
making a text based game - 38.20 hr back. (1)
-
text based game making - 58.62 hr back. (1)
-
how to make a online text based game - 59.75 hr back. (1)
-
making text based games - 31.32 hr back. (2)
-
how to make a text based rpg game - 89.25 hr back. (1)
-
creating a text based game - 1.88 hr back. (4)
-
how to make a text based mafia game - 100.24 hr back. (1)
-
make a dos game using notepad - 105.97 hr back. (1)
-
creating a text based adventure game in c - 110.80 hr back. (1)
-
create text based game - 118.50 hr back. (1)
Similar Topics
Keywords : advice, making, text, based, game
- What You Need Before You Can Create A Text-based Game..
Using PHP, HTML and MySQL (5)
Need Help With Codeing For A Turn Based Game
(0) hi, i am new to programming and have started creating my own turned based mmo in php, can any one
help me i am stuck with the coding for the main part of the mmo also the php tutorials were not
useful. this is the site for my mmo www.starciv.net78.net the mmo will be similar on
astroempires.com and ogame.org....
Need Help In Game Making
blender (3) ok i need someone to look up a game maker that i can down load it has to be like blender since i do
not know how to program but if you do ty i need to make my own website with a bunch of games.....
Powerpoint Based Games!
I know how to make them! (18) Hi, have you ever heard of Tic Tac Toe/X's and O's on PowerPoint slides. I'm trying to
make one but is HTML. xxxx-jozh-xxxx....
Easily Making A Game
(2) There is a better way to make games than to program them with C++, Pascal, LIMBO (both C and Pascal)
or Visual Basic. You can download Game Maker from http://www.yoyogames.com/make and easily make
your own games, rather than having to learn a programming language. Oh, and another thing is, its
FREE. The version with more features costs money, but this version is FREE! That's right...
With the costly version, you can make 3D Games, etc, but you can still have fun with the free one. I
made a game which was really weird because I didn't know how to use it pr....
This Is Def. A Big Topic I See, I Want To Mke An Online Text Based Game
please help me out (5) ok, i know absolutly nothing, i know what i want to make and that i want a members bit, for paying
people. I want to make a game like the one at www.tycoononline.nu and like www.injustice.net.nz, and
games like that, its going to be about makeing a business. at the beging you get said amount of
cash, you choose a profession, law, farming, oil, crime, stuff of the nature. when you mkae a
bussiness, or crime family you have shares orsomething else for the crime, but you cant automaticlly
make a bussiness, you need to get investors and stuff like that, you never get to se....
Text Based Internet Site Game...
(2) Hey guys, Im new here just thought i'd say hello! /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Im planning on creating a
text based internet game using php/sql.. im sure many people have asked for this over the
months/years hehe. Though at first when learning php thankfully i learnt visual basic and html in
school and the logic of php is not to bad. All was looking good on that front. Though i think i
underestimated how big of a thing this is for one man to do alone. I cannot for life of me even
begin to think where to st....
Great Game Making Program For Beginners
(9) I used this to start with a few years ago, it can manage online and 3D games and its simple
drag+drop feature is an alternative to the GM code if you are completly stuck
http://www.gamemaker.nl ....
Help Creating A Browser-based Rpg
(5) I have played games like www.the-lost-realm.com and www.torncity.com and I have always wanted to
make my own. I have some programming experience in Java and Perl, but I'm looking to make this
game in PHP. It would be nice if someone could add me on MSN at joli334@yahoo.com and help me get
started. I just want to start out with something simple and work my way up. I know not to shoot for
the stars right away. Any help from anyone would be greatly appreciated, thanks.....
Making A Turn Based Game Like Ogame
Help would be nice =D (9) The Idea came to me and Just wanted to know what kind of code I'll need to know ect ect Also
Help would be nice, because I'm kind of fresh =D x....
Making A Php Based Online Game
Would anybody like to help (3) I, along with several others, am making an online game called Galactic Rifts (at the moment). It is
a sci-fi text or graphical based game set in the future where you have to conquer other players and
dominate. The address is http://galacticrifts.ssr.be/ so if anybody would like to help come along
and sign up. We are currently in the planning stage so any new ideas will be welcome.....
Need Advice About Playing Original Game Without CD
(9) I am trying to use an original game without the need for having to use the CD to play, for personal
use. Any help would be much appreciated! Thanks in advance! I will be the only person with
access to it. I need to learn the skills though. I need help about how to go about doing this.
I've altered this to reflect what he wants, but modifying any .exe file is illegal, so try to
provide alternatives than this means. He will have to learn the other procedures elsewhere
unfortunately. ....
I Want To Create A PHP Text Based Web Game
(5) I am new to programming and although HTML and it's similar forms I already know, I would like to
learn PHP but I have no clue where to start. I have been playing this game online for over a year
now, and I have yet to find anything similar, so I want to take a jab at creating it. The game is
Kings of Chaos and in my mind it just rocks, but when you only get 1 turn every 30 minutes the time
between turns i get bored and have tried several other game that are similar but they in no way
caompare, if anything they look like hacked up copies of KoC and with lots of bugs ....
Help Me Create A Text-based, Turn-based Game
Similar to X-kings, Inselkampf, Ogame, Travian,etc.. (9) Can anyone help me create a game similar to the ones mentioned above? It isn't intended to have
lots of graphics, but maybe a few... Any response will be much appreciated.....
What Language Should I Use For My Game?
Text based (7) I've been approved for my webpage (yeah) but am waiting for my confermation email, aol stinks.
Anyway, I've been working on an idea for a text based game now for some time on paper. It would
be in real time days=days hours=hours kinda thing, needing some databases with pictures. I would
want a place where there could be some kind of forum or something like it. My question is, what
languages would I need to know to do this kinda stuff? I've got the HTML down pretty well. I
have to download that WAMP thing so I can learn PHP. I'm pretty sure I'll....
How To Make A Text Based Online Game Script ?
(23) Does anyone know if there is a easy was to make a text base online game, Like a free templet, or if
anyone know how to make one and can help me.....
Looking for advice, making, text, based, game
|
|
Searching Video's for advice, making, text, based, game
|
advertisement
|
|