Loading...


bookmark - How To Make A Text Based Online Game Script ?

How To Make A Text Based Online Game Script ?

 
 Discussion by JohnNitro with 25 Replies.
 Last Update: January 26, 2010, 11:30 am
 
bookmark - How To Make A Text Based Online Game Script ?  
Quickly Post to How To Make A Text Based Online Game Script ?  w/o signup Share Info about How To Make A Text Based Online Game Script ?  using Facebook, Twitter etc. email your friend about How To Make A Text Based Online Game Script ? Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

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.











   Wed Dec 29, 2004    Reply         

what do you want to do with the template? I think you will get more positive feedback if you outline the basics that you want to achieve and then ask for help in attaining those goals.

   Wed Dec 29, 2004    Reply         

hmmmm, I guess you would be right about that. But I am not a pro at what I want to achieve but I'm very motivated and want to do this. So that's why I asked about it, but I did post about that aspect already wouldn't want to make to post about the same thing, i was only asking for one thing. Thanks for the advice. Would you happen to know anything about making a online game. A fighting/ rpg/ music/chat.

   Wed Dec 29, 2004    Reply         


IMO there are only two choices in technology for making online games: Java and Flash. To make a game it is absolutely neccessary to have knowledge in programming.

For a template... well I don't think that'd make very good games. I'd say your best choice is to try to find threads about game programming and/or using the technologies I mentiond above. Failing that, I'd recommend starting a thread with specific title (ie. "Teach me the basics of Flash")

   Wed Dec 29, 2004    Reply         

Thanks for the advice, I want to learn. But not sure if ppl would have the time to touch. It doesn't matter to me how long it takes, I'm willing to learn, so if anycould teach me. Or if you would liek to help me with making my project come true. I think it will be one of the best, if it can get up of the floor. I really am thanksfull for all the advice I've gotten so far.

   Thu Dec 30, 2004    Reply         

You can get a copy of a number of MUD codebases on the net. There are a lot which are openly available to download. The one which i like the best is ResortMUD. You should just google "ResortMUD codebase" and you will get a few. At first looking at it seems daunting but experience is key, along with a firm understanding of C. Give it a try..

   Wed May 18, 2005    Reply         


Oh, so I need to understand C. Well I guess I got a lot of studying to do and that computer language. I looked it up after you mentioned it so I know it's computer language. I think. Anyways, I looked at what they were saying about it and seem it will be a good challenge to learn it. But they expect you to know a lot of other stuff inorder to to understand what they are talking about so I need to learn to crawl, and then walk, and finally run. lol. A lot of work but I really want to do this. Is there a easy way to learn computer language, well I guess not just easy but fast. Like a program the lets you practice and you can see the effect that the code you type is having? If anyone can help me out with that please help me. Also what the difference between C and C++ all these C but need to start with the very basic. thanks again for any help you can give me.

   Sat Jun 18, 2005    Reply         

C was the C++ predecessor. As it's name implies, alot of C remains in C++. Although not actually being more powerful than C, C++ allows the programmer to more easily manage and operate with Objects, using an Object Oriented Programming concept.

C++ allows the programmer to create classes, which are somewhat similar to C structures. However, to a class can be assigned methods, functions associated to it, of various prototypes, which can access and operate within the class, somewhat like C functions often operate on a supplied handler pointer.

Although it is possible to implement anything which C++ could implement in C.

That are the main differences between C and C++.

-=Jeroen=-

   Mon Jun 27, 2005    Reply         

WOW, I understood a bit of that, not sure what the classes are but i do understand that you need to know this c and c++ to make programs, is there a site or something where I can go to read and learn how to program, that is simple to understand. You must know a lot about programing but I dont and what you said was a bit over my head at the moment since I dont understand any type of programing and about C and C++. though you explained it well I still only understood a bit of it, but thank you maybe if I read it a few times over I understand it.

   Sun Aug 7, 2005    Reply         

Interesting that this topic should be one of the first that I see. I am actualy in early development of a web-based, all text stratagey game (hopefuly it will be hosted here once it's ready for alpha testing).

Basic adivse: PHP and MySQL are great for this type of application. Not only are they two very powerful pieces of (open source!) code, but they also play well together.

From a design point-of-view (if you are going with server-side scripts and a database) is to throw the idea of events happening without user interaction out the window. For example, you're not going to be able to have the scripts preform any interaction with the database unless someone hits your site, and thus triggers the script to run. So, you need to think in terms of turn-based design, even if your game won't be "turn-based" per-se.

Useful links:
www.php.net - PHP processor for in-house testing, as well as the PHP manual (CHM format is very handy, with a compiled index).
www.mysql.com - MySQL server for in-house testing, as well as the MySQL manual which contains complete documentation on the SQL syntax (both the standard implementation, and how the various versions of MySQL vary from the standard).
httpd.apache.org - Apache web server, for in-house testing as well as version information.
www.sourceforge.net - Source Forge is the place for open source software on the net. Not only can you find many applications there, you can also use it to colaborate with others on your project. You might even find an open-source web-based text game there for you to look at.

The best advise I can give you is to set up a testing environment on your development system. Web server, PHP interpriter, database server, the works. And don't forget to get all of the major browsers to test your page on. No matter how good your page looks in Opera 11, it's not going to do you any good if Mozilla and I.E. fail to render half of it.

Hope that helps,
QBRADQ

   Fri Aug 12, 2005    Reply         

Heh, sorry I didn't see all those replies before I posted. Still getting used to the layout of these forums.

Ok, first off, if you are going to learn a compiled language, C/C++ is a good starting point. It's a fairly complex language, but it's also one of the most powerful. It's also the industry standard for complex, compiled software.

There is no need to learn C before you learn C++. Very few people code in C anymore. Most people that you will find that say C++ is slow and cumbersom, tell you not to use it, and profess to only code in C simply don't know what they are talking about. Most of them are in fact programming in C++, they just aren't using classes and template.

Forget the web site idea, and pick yourself up a good book. Now I am all for learning over the web, in fact I have learned nearly every language that I program in from web resources. However, when learning C++ (especialy when learning it as a first language) it is very important that you learn the basics, and learn them very well. Simply put, when people aren't getting paid to write such technical stuff, the quality just isn't up to par.

You can find many good books out there for novice programmers. The SAM's Teach Yourself in so many days / weeks series are usualy easy to understand, and well written. College texts are also very good books to learn from. Most of them are written for people taking a programming course as a pre-req for accounting or business something like that, so they are written to hold your hand as much as possible.

Something to look for when purcessing a book is to make sure it comes with a compiler. Just about anything from Microsoft or Borland will suit just about any type of work well. However, if you insist on using the web to learn C++, here's a link to a good IDE (Intergrated Development Environment, basicaly a spiffy text editor with a compiler built-in):

www.bloodshed.net/devcpp.html

Not only is this IDE totaly free, it's also capable of making Windows graphical programs, something that not all compilers can do. Best of all, it gets updated a lot (usualy twice a year). Personaly, I use Microsoft Visual Studio 6, but it's a rather pricey piece of software the last time I checked (about five years ago).

Well, I wish you the best of luck. Please keep in mind that learning a programming language is going to be frustraitting to say the least. Not to mention time-consumming and difficult. However, once you are fluent in C++ (or any complex language for that matter) you will be able to pick up just about any other language in a matter of a few days or weeks.

For me, it took me nearly six years to become proficient with C++ (by that I mean that I can do anything I please with it, and not have to look stuff up in a book). I started when I was twelve BTW. A few months ago when I started learning Python, I picked up the syntax (read: gramar) in six hours of reading and testing. PHP, being so much like C, took only a few days before I started producing realling good code.

Anyway, best of wishes to you. It's a long, hard road, but it is worth it in the end. Remeber, you can make a good amount of money as a professional programmer.

Later
QBRADQ

   Fri Aug 12, 2005    Reply         

Wow, that was long and well written. I understood it all. Thank you so much for the information. I went to the site you mentioned, What should I download? I'm still looking around the site. But Iwas curious to know what to download, and if maybe youcan tell me how it works. But maybe it will tell me. Thanks once again. I would study full time but I dont have a pc or the money to do that. But I hope in the future I will. Thanks.

   Mon Aug 15, 2005    Reply         

Here's a direct download link to version 4: http://prdownloads.sourceforge.net/dev-cpp...mirror=easynews

NOTE TO ADMINS: Sourceforge allows direct linking like that, just incase you are woundering :D It's a redirection script anyhow.

As far as how to use it, it comes with some documentation I think. Also, just about any book or online tutorial will point you where you need to go.

I'll hunt around for some C++ tutorials / guides and get back to you.

QBRADQ

   Wed Aug 17, 2005    Reply         

Thanks a lot. I had downloaded the beta version one, and was reading the help that can with that. I didnt see that you posted a link thanks I download the link you posted. Well the one I downloaded though, was hard to understand. I didnt realy understand how to use it. I tried the hello world like it said in the tutorial but it didnt work not sure why. That suck I was kind of understanding it but it asked to do three thing and I could find one of them it asked to link it I think. I stoped and removed it because It didnt work and it cause my pc to crash and I was having problems getting online. So I have to do memory restore, but I ll try the link you gave. Thanks for the help. If I have any questions while Im working on trying to figure it out want would be the fastest way to get a hold of you, or I could just post here. I guess Ill do that, but thanks once again for the help.

   Sat Aug 27, 2005    Reply         

OK I downloaded from the link you posted, thanks it kin of looks the same as the one I downloaded, ok so now I reading the tutorial but the thing I did didnt make sense to me, I followed the steps and I got a gray prompt window, is thats what it's called? Yeah so I guess now I read more many be I will be able to understand it better thanks a lot I look forward to your help, oh and a question would you be interested in helping me make a online game? i could really use your help since you have a lot of knowlegde about coding. well let me know if you can.

   Sat Oct 8, 2005    Reply         

I'm hoping to make a game aswell. but I was told I need to make a game script.its not an actual game.its a website where you register by creating password and username and slowly rank up different ranks. if you know how to create one of these game scripts Please message me asap.
(or if you want more info msg me!)

-Shuby

   Wed Dec 5, 2007    Reply         

Hi I basicly have the same question but in a different way. I have studied scripts and events options. but nothing is different then the one I have but mine wont work. if yo uahve an opinion ok. jsut note I'm using yo yo games gamemaker 7. Thanks
(ps. don't respond if you think it is a waste of time.)

-Sharpshoot

   Fri Dec 7, 2007    Reply         

Are you kidding me?!?!?!
How To Make A Text Based Online Game Script ?

Replying to JohnNitro

Wow! Maybe it didn't work because of your lack of understanding both punctuation and spelling. You know what is more confusing than trying to program in C++? Trying to read your blogs. Ow my head!!

   Mon Jan 21, 2008    Reply         

Well i have a game running made it for free used MCcodes V2 worth $300.00 but i got it for free...

   Fri Jan 25, 2008    Reply         

Well..if you want to you can join me in finishing and updating my game if you like....http://eggie.sphosting.com/index.php
i am looking for anyone to help me with it...

   Fri Jan 25, 2008    Reply         

I developed a version of the Promisance game engine, which is a browser based text strategy game. Check sourceforge.net. Lots of stuff in Java, PHP, etc. that you can look at, build upon, learn from.

   Fri Jan 25, 2008    Reply         

I would like to help
How To Make A Text Based Online Game Script ?

Replying to Eggie

Let me know if you would like any help. I am a computer programmer and am willing to help you run it. I would like to ask how you created it off sphosting?

-reply by eggie fan

   Sun Mar 16, 2008    Reply         

John,

The Best and Easiest way to make an Text-Based online game for Free is MCcodes Lite V.1.0. But with a few bugs
but you can also upgrade by paying obviously.

http://mccodes.com

And for the Versions,

http://www.mccodes.com/sourcecodes.php

Here are the Features for The free Version.

Shops
Item Market
Crystal Market
Travel Agency
Estate Agent
City Bank
Cyber Bank
Gangs
Gang Wars
Federal Jail
Slots Machine
Cyber Slots
Roulette
Crystal Temple
User List
MC Staff
Hall of Fame
Country Stats
Users Online
Gym
Crimes
Battle Stats
and possibly a Admin Panel


A Upgraded Version has (75 dollars)!!!!

Shops
Item Market
Crystal Market
Travel Agency
Estate Agent
City Bank
Cyber Bank
Gangs
Gang Wars
Federal Jail
Slots Machine
Cyber Slots
Roulette
Crystal Temple
User List
MC Staff
Hall of Fame
Country Stats
Users Online


Admin Panel
Secretary Panel
Assistant Panel
Mailing System
Donating pages + Donations accepting page
Local School
Battle Stats
Gym
Crimes

Verson 2.0, Best Ever (300 dollars)

-Internet Info Table
-Multiple Polls
-Hidden Polls
-CAPTCHA Test on Registration
-User can be rewarded an item and/or crystals for succeeding a crime (as well as just money)
-User can goto jail for failing a crime
-Jail added
-Crime XP system added
-Improved User info on login
-Attacking, mugging, leaving, hosping etc.
-Major Item Overhaul
-Database drivers
-Improved cronjobs
-Contacts list
-New fresh Skin
-Settings table which means you don't have to edit files such as donator.php to fill in your PP address or header.php to change your game name, you just set a setting =)
-General Optimization (reduced Queries in a lot of files)
-Player Notes
-Lucky Boxes
-Send Crystals (can be turned off/on in settings)
-Bank Xfers (can be turned off/on in settings)
-HallofFame Filters (non-donators, donators, or all users)
-Delete All Events
-Fully Featured Staff Panel

MCC1 mods Included in the MCC2 package by default:
-Polling Booth*
-Advanced Attacking*
-Forums*
-Player Notes
-Lucky Boxes
-Installer/Upgrader
-Upgrade Advisor (diagnoses your MCC1 game to see if upgrade to MCC2 will be ok)

Please Note: While MCC1 shipped with premade items, crimes, etc, MCC2 ships with none of the above. You can add your own items and crimes and the like from the Staff Panel.


Also includes everthing in the Free Version.




The Downloads has the requirements and you will be needing a host like this to start off.

Free and Easy



Thanks,

Sincerely

Mark

   Tue Apr 15, 2008    Reply         

use mccodes thats what most text based games are made from

www.mccodes.com

   Sat Aug 23, 2008    Reply         

what programming language is best to use for text based rpg
How To Make A Text Based Online Game Script ?

What programming language is best to use for text based rpg that can be played on a console, a computer and a cellphone??? In short I want a text based rpg that can be played on anything that can connect to the internet! Please can anyone help me or give me any advice on how to go about this? It all would be most appreciated. I have spoken to some java programmers that just finished university and they say I am stupid and it cant be done or its way to difficult for them or any other programmer and the very very very very few that can do it, will ask the world to do it or give any advice! :(

-question by Sleven Kalevra

   Fri Nov 14, 2008    Reply         

http://www.Makewebgames.Com is a good and large community of amateur browser game developers, you might find something usefull at that community.

-reply by mdshare

 

   Tue Jan 26, 2010    Reply         

Quickly Post to How To Make A Text Based Online Game Script ?  w/o signup Share Info about How To Make A Text Based Online Game Script ?  using Facebook, Twitter etc. email your friend about How To Make A Text Based Online Game Script ? Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Which Is The Best Squad Based Game?

i think that the conflict series was the best but Full Spectrum Warrior is the most realistic ...more

   25-Apr-2005    Reply         

New Text Based Game Maker

Hello everyone, I just wanted to stop by and invite you all to try out my new Text Based Game Engine I am currently developing. The engine is being released for free with the source code distributed along with the engine. The game engine is called the TBG Engine Suite and will run text based games o ...more

   13-Jan-2007    Reply         

Help With Making A Textbased Game

hey i really want to make a web text based game like www.hattrick.org i really want it and i have a host .... i want to know where i can find a tutorial for it or what programs i need to use and.... plz help me thanks ...more

   02-Jul-2008    Reply         

Needing Ideas For Games    Needing Ideas For Games (25) (2) Implementing A Mass Spring System Mass spring system  Implementing A Mass Spring System Mass spring system