What Language Should I Use For My Game? - Text based

free web hosting
Free Web Hosting > Computers & Tech > Programming > Game Programming

What Language Should I Use For My Game? - Text based

lonebyrd
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 need to learn that and MySQL. But is there anything else or should I not be learning those at all?

Reply

unimatrix
PHP is the best choice as far as programming languages go. Having developed and deployed a version of the text based games based on the Promisance game language in the past: you may want to evaluate PostgreSQL as your database choice.

Now I was using the MySQL 3.x series of databases when I ran my games up until some early versions of 4.x. While the database is great for most web applications, like content management systems or anything running a large number of SELECT statements, I found that MySQL hiccupped more than I would have liked. What MySQL lacked was the ablity to lock tables and rows. If there were a lot of users (say 400 online at one time), people trying to access the same information could cause the whole thing to crash thanks to corrupted data.

Now those features are available in the newer versions of MySQL, but PostgreSQL already had those features and they were well tested in production enviroments. I got a version of Promisance recoded to use the PostgreSQL database, but my laptop's Logic board fried and Apple cleaned the HDD when I sent it in. My Fault for not keeping a CDR backup or another copy online. (Although in defense of Apple, I got a new faster Combo drive and OS 10.3 for free [hence why the drive was wiped])



 

 

 


Reply

lonebyrd
O.K., being a programming moron here. Is MySQL or PostgreSQL something I would have to download to use? I haven't even attempted as of yet to get to the database part of looking at things, so I haven't looked into it. I'm starting slowly right now, wanting to get my background in place and trying to work on the CSS, but for some reason when I went to do the CSS on the geocities page it wouldn't work. Maybe I'm not allowed to there, but I did it exactly as it said to do on two different tutorials so I was getting pretty ticked and just decided to take a break.

Reply

XIII
QUOTE(lonebyrd @ Mar 10 2006, 12:15 PM) *

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 need to learn that and MySQL. But is there anything else or should I not be learning those at all?


without any doubt it will be PHP and ofcourse you will need any database, i suggest MySQL, it's much easier to deal with and have more features, i think it's the best for now.
by the way, i was planning to begin a game project too, i hope we can be in contact, may we make a good thing together, i have an idea for a game, in fact not only one, i have 3, just i'm so busy with a portfolio manager i'm coding, anyway, i made a google group for that purpose, to connect php programmers and persons who have ideas to create games and projects you can check it at :
Google PHP/MySQL Projects Group
and i hope we can do some good work together.

Reply

lonebyrd
XIII, when I start learning PHP I will check out that site more. It looks like it could be of some help to me, having people doing the same things and possibly getting some feedback. Thats why I like this place too. If I run into any problems, I can always ask. Being new to programming, it's hard when something doesn't go right and I just cant figure it out. So its always good to have someone elses point of view on things sometimes.

Reply

minnieadkins
QUOTE(lonebyrd @ Mar 9 2006, 11:22 PM)

O.K., being a programming moron here. Is MySQL or PostgreSQL something I would have to download to use? I haven't even attempted as of yet to get to the database part of looking at things, so I haven't looked into it. I'm starting slowly right now, wanting to get my background in place and trying to work on the CSS, but for some reason when I went to do the CSS on the geocities page it wouldn't work. Maybe I'm not allowed to there, but I did it exactly as it said to do on two different tutorials so I was getting pretty ticked and just decided to take a break.

It depends. If you have an account at astahost, I think they provide you with a your choice of MySQL or PostGresSQL, or both. All in all I have used both. I haven't designed any databases, but PostGresSQL seems to be somewhat better in some reguards. I don't personally know all the differences in it, but you should probably google it and do some research before you decide. One difference I've heard a lot about is inhertiance. I don't know if the new version of mysql offers it, but postgres does. So, depending on what game type you wanted, if you chose rpg you could create a table that holds fields like race, age, sex, name, etc. Simple characterstics that belong to all every class in your rpg. Then you could create other tables that inherit your previous table that have specific characteristics according to their class. In D&D types of games Orcs are obviously different than humans or elves, so you could probably think of a few characterstics that are different, probably to do with damage or something.

Once you decide, either use astahost (or other free web hosting or w/e you want) and start learning. You will have to install it if you want to do it locally, so I don't know what WAMP comes with, but probably php, apache, and mysql. You'll have to install PostGres manually more than likely.

Just as mysql has phpMyAdmin, postgres has phpPgAdmin. I like them both, but one of my professors says that he likes phpMyAdmin better. It apparently has a lot more features. For me, I find them both adequate, but after using phpPgAdmin for awhile, it seems more logical the way it's layed out rather than phpMySql. Good luck, and if you need help installing it, you might find someone to supply you with the commands to add to your .ini's and .conf files in order to make postgres work with php by altering your WAMP configurations. That is if it's not installed already, I've never used WAMP.

I don't know much about the pictures either, but you want to store pictures on your database? I've never done that but it sounds interesting. I personally just use an upload script and upload them then have the url's to each image written to the database. Can you actually encrypt the image and store it?

Good Luck.

Reply

XIII
QUOTE(minnieadkins @ Mar 10 2006, 11:34 PM) *

I don't know much about the pictures either, but you want to store pictures on your database? I've never done that but it sounds interesting. I personally just use an upload script and upload them then have the url's to each image written to the database. Can you actually encrypt the image and store it?

Good Luck.


never i heared about that before, all i know about this subject, not only know but also use, is images links, to put them into your database, so you can point to these images by pointing to thier links in your database, that's what i know and what i think you need. smile.gif

Reply

lonebyrd
I don't know alot about databases so I didn't know it wasn't posible to put pictures in. I will figure things out when I start reading about it. I'm getting my original computer back on Tuesday hopefully, so I can download what I need, such as WAMP and things, to get started. But as of yet, I still haven't recieved my confomation Email from astahost (problems with AOL or something). But the computer I'm on now I think either has a bad power supply or motherboard issues. It keeps shutting itself down, not hibernation mode. But none-the-less I should be getting my computer back on tuesday.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. ogame postgrest - 501.85 hr back. (1)
Similar Topics

Keywords : language, game, text, based

  1. Making A Programming Language
    (6)
  2. Capcom Vs Snk
    ULTIMATE FIGHTING GAME (0)
    I just want to hear some views of people that have played this game; it is probably one of the most
    skillful and perfectly developed Fighting games ever made! This is because it blends the best beat
    em up characters by the rival companies CAPCOM and SNK against each other. Trust me; play this game;
    its the best.....
  3. Prince Of Persia - Warrior Within
    Fighting and Stratergy Game (0)
    Prince Of Persia is a MA15+ Rated Game and Is not recommended for younger children! Prince of
    Persia is a combat game. I GIVE IT A RATING OF 8/10 STARS! - Define your own combat style with the
    Free-Form fighting system. Use you environment freely, Master 30 differant combos and over 50
    special attacks. - Enjoy endless action packed hours of travelling back and forth in time to
    reverse your fate. Fight with over 50 weapons and finally discorvering multiple endings. - Break
    free from deadly traps and infernal enemies using your amazing acrobatic skills. - Boost your c....
  4. Suggested Hosting Service For Text Based Game?
    (2)
    well ive been developing a text based multiplayer game and its near completion. its time for me to
    start looking at hosting services. so i ran accross this site and i've also heard about it in
    the past. what ive heard is that astahost is a good place to host a text based game when u are first
    starting out. so what i wonder is does anyone know if safe mode is enabled for the mail() function.
    i often get that error alot when trying to send emails through free services, also how is the lag ?
    any other info or advice would be greatly appreciated, thanx in adv.....
  5. Basic C Language, Functions
    (5)
    In a complicated and/or big C programs, a programmer might need to use the same peice of code more
    than one time. However repeating the code can be both time consuming and frustrating. Thats why we
    use functions. Definition: A function is a small subprogram having its own name and datatype. It
    is used to carry out certain operations more than one time without the need of repetition. One of
    the functions we all know is the main functions; void main(). I will explain the void later.
    Syntax: Each function is composed of 3 parts: Name of the function Info type of the....
  6. Eldhamud Game Developments
    The Oriental Dojo Recruiting (0)
    Team name: Eldhamud Game Development Project name: The Oriental Dojo Brief description: The
    Oriental Dojo is a factional based Chinese martial arts Pk intense game. There are 4 element based
    factions, 8 classes, 6 races. It is inspired by Chinese, Japanese and Tibetan martial arts,
    religion, philosophy and mythology. The story is set in the realm of Engen Wu. The First Emperor of
    Engen Wu built mighty Engen Wu Academy. A place where for warriors from all over the realm can come
    to train and focus their fighting abilities and to also battle it out with each other. Some ....
  7. Which Language Is Easy And Secure Today For Web Development
    is PHP MYSQL is easy and Secure ? (2)
    Web development Application now a day using PHP MySQL Mostly as i observed on discussion topics on
    Forums friends switch to PHP MYSqL, Did PHP MYSQL is Easy and Secure for todays environment what
    you are say about this Hacking tracking stolen password are very much popular now a days his website
    hacked by X person so many time comes to news please emphasis on security issue when you go to
    develop any web tools . what is the right way to tight security on PHP what thing i kept in mind
    which logic i use that any one can not hack webtools. when i was use java/j2ee languag....
  8. Nfs: Undercover
    small info on the up coming game (0)
    QUOTE In what proved to be an incredibly newsworthy investors meeting EA boss John Riccitiello
    has unveiled details of the next Need for Speed game. Related Riccitiello seems confident Need for
    Speed Undercover, for that be its name, will be "a much better game" than a certain previous
    instalment in the series, thanks in part to a much richer storyline. He also won understatement of
    the day when he admitted last years Pro Street wasn't perhaps as good as it could have been. "I
    thought it was an okay game, in terms of gameplay. It's not good," "But who wan....
  9. Help Making A Text Based Game.
    dont be alarmed by the topic name, come take a look. (8)
    Hi there, now ive read many posts on people asking for help on how to make a text based game,
    i'd like to make one myself and I know some PHP and MySQL to go for it. Ok that out of the way,
    the programming languages going to be used for it will be PHP and MySQL (if you've not already
    guessed that) I'm just looking for some help and stuff like that to get me on my way, im a
    complete beginner to this whole text based game stuff, sooo any help would be appreciated thanks!
    PS: dont say go to MCCodes or anything, that website is just a bunch of kiddies making s....
  10. Nice Models And Free Models, New Site!
    Game Development (6)
    Hey there! We've just started a small 3d model site which would be cool for your game
    development: http://www.3d4ya.com We have free real-time models like this: and
    others: Developers always need model, so we try our best to make as many free model as
    we can and hope they might help you! New products are available every week, we kindly invite you to
    visit 3d4ya.com frequently to check them out! Sorry if you find it annoying. 3d4ya.com....
  11. Grid-iron - Management Game
    (1)
    So, I'm playing this game for a week now and it's great and new as well. Grid-Iron is an
    American Football management game. In it you take control of a club and try to become the best in
    the world. As a manager you have control of finance, buying/selling players (through a bidding
    system), hiring staff, construction of facilities, upgrading your stadium, training regime for each
    of your players, setting up friendly games and making that perfect formation to win your games
    (which are viewed live via play-by-play viewer). Anyway, if anyone is interested click on....
  12. What Is Your Favorite First Person Shooter Game?
    (8)
    I know, a very generic question, however I am very curious to see. Also, please say if the game is
    Vista Compatible or not. Since Vista is relatively new, there are many decent FPS games that are not
    even able to run on Vista! I would have to say mine would be Half Life 2: Episode 2. Anyone know
    more information about Episode 3 as well?....
  13. Making Educational Game
    3d game, like walking in country (4)
    Please, i would like to make a progra/game like walking in a country, visiting houses. Specially
    church is in my mind. with some music(in church religious)..... or, but its not so important -
    meeting people and talking with them. I cant say, but something between RPG and adventure, maybe
    with some small missions like finding cross, or old pergamen.... but in 3D. Maybe i can download
    some 3d models from net, so 3d modeling is not required for this tool. Just engine - with physics,
    colisions detect, maybe water effect, but not so important, then i need no so many programmi....
  14. Halo 3
    The best game out there next to gearsofwars (4)
    Recently ive benn playing halo 3 on x box live my gamer tag on x box live is SoilderBROSKI well
    anyways when i started playing this i thought it was dum but then after playing it online for like a
    week i got realy realy good i became luitenent Srry if i didnt spell that right. anyways i got realy
    good at using the sniper and the shoygun as a combo i sniped three guys with 1 shot how many pepole
    can say they have ive goten over kills triple kills and double kills like nothing anyways i wanan
    know your opinion on halo 3 ty.....
  15. Roblox
    Its a fun game. (i think) (7)
    Well i know playing block games online is a kiddy but Roblox is pretty fun. You build your own place
    with blocks and stuff and other people join and play in it and yuo can make any kind of game just
    takes time.. Roblox.com . you have to download it though it doesnt take much space! ....
  16. Web-based Ftp Client
    No software installations required !!! (10)
    Transfer your files through our web-based / online ftp . Click here to Visit QUOTE Features :
    1. Navigate the FTP server. 2.Upload / Download files. 3.Zip / Unzip your files and upload /
    download. 4.Calculate file size. 5.Copy , Move , Delete. 6.Install Software. 7.Copy or move to 2
    nd FTP server. 8.Chmod & rename . 9.View code with syntax highlighting 10.Text / HTML editor.
    and more facilities..... Copied from: http://www.jbi.in/ftp/ Use QUOTE tags if you copied
    this from another source. ....
  17. Entropia Universe
    The most expensive 'game' on Earth! (9)
    Entropia Universe, the most expensive 'game' on the planet... QUOTE The Entropia
    Universe is more than a game. The Entropia Universe is for real. Real people, real activities and a
    Real Cash Economy in a massive online universe. From EntropiaUniverse.com Yes...Entropia
    Universe, the game in which someone paid $100,000 for a virtual space station (for news article
    click here ). I got sucked in for the first time about 6 months ago, it was called 'Project
    Entropia' then. With the allure of making REAL MONEY in a game...Entropia Universe has a un....
  18. CuteNews: PHP-based Blog System - No MySQL
    (11)
    I don't know if you guys have heard about CuteNews, but I think it's an awesome blogging
    system. If you don't know where to get it or how to set it up, here is a quick run-down.
    Download the zip file (virus free) from http://www.mysharebox.com/dl.php?key=8276639 . 1) Unzip
    the file. 2) Make a folder titled "cutenews". 3) Upload the contents of the cutenews folder into the
    one you've just created. 4) CHMOD the file index.php to 777. 5) CHMOD the folder "data" to 777.
    6) Then CHMOD all the files and folders inside of "data" to 777. 7) Go to http://YO....
  19. Any RPG (Report Program Generator) Programmers?
    No, it doesn't stand for Roll Playing Game! (4)
    Are there any R.P.G. Programmers on board? R.P.G. as in Report Program Generator, first
    started on the old, old, I.B.M. System 38 (or was it the 36?) then migrated to the I.B.M. AS/400,
    which is now called the I.B.M. iSeries, or The I.B.M. i5... I just happen to be an R.P.G. Senior
    Programmer (have been for many years) so if there are any R.P.G.ers out there that need any help or
    want to discuss logic/technique, post here, or drop me a message. ....
  20. Forum Based Multiplayer RPG
    Play by writing! (12)
    Does anyone around here participate in forum-based multiplayer RPG? After trying my hand at various
    other types of MMORPG and ORPG, I kind of settled on this genre of RPG. I mean, I do play other
    types of RPGs but I am kind of hooked on to forum based RPG. Are there anyone out there, who would
    like to discuss on this? Note to moderators: I am sorry if there is a topic on this already. I
    tried searching for it, but could not find it. Pardon me, as I am new to these boards.....
  21. Where To Start Learning Programming
    Please advise me on which language to (17)
    I am a beginer to programming i wish to know from which language should i start programming C, C++
    Is there any problem if i jump directly to vb or like please respond where can i find good beginer
    tutorials Thank you....
  22. Text File Operations VB.NET
    (6)
    In this tutorial you will learn most of the operations you can use on a text file. They include
    finding if a file exists, opening/creating a file, reading/writing file, closing file, copying
    file, deleting file. You will need a form with two buttons on it. Use the names Step1 and Step2.
    First thing we are going to do is import system.IO. To do this go into the forms code view. At
    the very top add this line. CODE Imports system.IO This lets us use the file operations
    that we need for this tutorial. Next we need to check to see if a file exists. To ....
  23. What Language Is Best For Game Programming?
    I need some help (27)
    ok I am trying to get into programming and then into games. So i was wondering if anyone knows a
    good language except c++. I have started to learn it but the problem is its not user friendly for a
    first time programmer. So I would appreciate it if you can maybe name some languages and there weak
    points and strong points i would aprreciate it.....
  24. Online Game Development In Game Maker
    (7)
    Does anyone here use the program called "Game Maker"? If you do I'd like to have a discussion
    about the Online features of Game Maker. First of all I have a few questions for you regarding your
    preference on connecting. 1. Do you like a IP/TCP, Serial Connection, Modem Connection, or DLX? Why
    do you think it's the best? 2. Do you use Direct Connet (Mplay), or a Socket System (like
    GMSock)? What is you logic for this? 3. How do you dead-reckon for games that involve a moving
    object? 4. Do you prefer sending garaunteed messages or not garuanteed but faster message....
  25. Turkish-to-English Text Translator
    (6)
    Hi. I was wondering if someone of you know any Turkish-to-English text translaton software. Or
    maybe online translator ? The only one online translator from Turkish I know is Tsunami Text
    Translator... but every time I try to translate something, it says "Translation Server Busy, Please
    Retry" /dry.gif' border='0' style='vertical-align:middle' alt='dry.gif' /> Would appreciate
    any help.....
  26. How Can I Bind Dynamic Text In Flash Animation?
    i need help with actionscript (3)
    hey i want to create a flash animation for my site that can update its text every time i change the
    text in a .txt file how can i make this? Topic edited to reflect content more suitably ....
  27. Free Web-based Ftp Clients (can Use With Astahost)
    (12)
    Hi /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> , Here are a couple
    of free web-based FTP Sites, that you can use to upload files to your astahost hosting account - in
    case you are having difficulties in installing/configuring a local FTP Client. 1. http://01ftp.com
    QUOTE Manage your websites and files!! Once you are logged in, you will be able to:     *
    Navigate your FTP server     * Upload and download files     * Copy - move between two 2nd FTP
    servers     * Copy, move, delete, CHMOD files and directories     * Rename and chmod fi....
  28. What Is The Best RPG You Have Ever Played
    RPG=role playing game (122)
    i have played many RPG's in my time and hands down i would have to say Dark Age of Camelot was
    the best one i ever played, now im curious to see what everyone else thinks the best RPG ever made
    was....
  29. Howto: Change Graphical Login To Text
    and vice-versa ..in Redhat & Fedora Core (6)
    Hi all, This article shows you how to switch between Graphical and Text based Login Screens that
    are made available to you when you boot into either Redhat or Fedora Core Systems. This will work
    for Redhat 9.x and both Fedora Core 2 & 3. I've two servers in my office - one of Fedora
    Core 2 and one on Redhat Enterprise Linux AS 3. I'd set the Redhat Server to boot into text
    login but missed out that option in Fedora. As a result it always started off in a X-Windows based
    login - which was pretty inconvenient. Linux users will know for sure how a GUI can ....
  30. How To Make A Text Based Online Game Script ?
    (24)
    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.....

    1. Looking for language, game, text, based






*SIMILAR VIDEOS*
Searching Video's for language, game, text, based
Similar
Making A Programming Language
Capcom Vs Snk - ULTIMATE FIGHTING GAME
Prince Of Persia - Warrior Within - Fighting and Stratergy Game
Suggested Hosting Service For Text Based Game?
Basic C Language, Functions
Eldhamud Game Developments - The Oriental Dojo Recruiting
Which Language Is Easy And Secure Today For Web Development - is PHP MYSQL is easy and Secure ?
Nfs: Undercover - small info on the up coming game
Help Making A Text Based Game. - dont be alarmed by the topic name, come take a look.
Nice Models And Free Models, New Site! - Game Development
Grid-iron - Management Game
What Is Your Favorite First Person Shooter Game?
Making Educational Game - 3d game, like walking in country
Halo 3 - The best game out there next to gearsofwars
Roblox - Its a fun game. (i think)
Web-based Ftp Client - No software installations required !!!
Entropia Universe - The most expensive 'game' on Earth!
CuteNews: PHP-based Blog System - No MySQL
Any RPG (Report Program Generator) Programmers? - No, it doesn't stand for Roll Playing Game!
Forum Based Multiplayer RPG - Play by writing!
Where To Start Learning Programming - Please advise me on which language to
Text File Operations VB.NET
What Language Is Best For Game Programming? - I need some help
Online Game Development In Game Maker
Turkish-to-English Text Translator
How Can I Bind Dynamic Text In Flash Animation? - i need help with actionscript
Free Web-based Ftp Clients (can Use With Astahost)
What Is The Best RPG You Have Ever Played - RPG=role playing game
Howto: Change Graphical Login To Text - and vice-versa ..in Redhat & Fedora Core
How To Make A Text Based Online Game Script ?
advertisement




What Language Should I Use For My Game? - Text based