Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Help Me Create A Text-based, Turn-based Game, Similar to X-kings, Inselkampf, Ogame, Travian,etc..
yakobob
post Mar 18 2006, 02:28 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 18-March 06
Member No.: 12,083



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.
Go to the top of the page
 
+Quote Post
KazDoran
post Mar 20 2006, 09:08 AM
Post #2


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 49
Joined: 7-March 06
Member No.: 11,803



QUOTE(yakobob @ Mar 18 2006, 02:28 PM) *

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.


Hi there!

Helping as in "code with you" I can't right now (got my own projects), but I can lend you a hand on how you should start. Here's how it goes:

First, you must decide whether or not you're going to use graphics because the way the main program will run will be a bit different. I don't really know any of the games you mentioned, but I believe they may be either RPGs or Board games.

If you're going to go text, it's quite simple, decide what keyboard characters are going to represent every different kind of "thing" (you may reuse them in an RPG, but that's more a design decision so I'll leave it to ya smile.gif), a sort of screen size and that's it. If you're going to go graphical, then you still need to design art (no stealing tongue.gif) and basically work your way around to present all menus graphically.

For programming languages, I'd say just about any language will do for text-only games (perhaps C, PHP and Java are the best choices for that) and for graphics, a nice way to do it is to get the SDL Library which is very intuitive and easy to use in C++. I can point you around some tutorials for it if you want, too.

If I knew a bit more on the type of game you're making, I'd give some more help, but no game you intend to make "escapes" what I said above. tongue.gif

Good luck on your game!
Go to the top of the page
 
+Quote Post
pyost
post Mar 20 2006, 09:24 AM
Post #3


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 998
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500



QUOTE(KazDoran @ Mar 20 2006, 10:08 AM) *
I don't really know any of the games you mentioned, but I believe they may be either RPGs or Board games.


Well, if you don't, then you've missed the whole point. Those games are not the ones you install from a CD, they are browser-based games. It is all made in php and mysql. You should try one of those, they are very addicting.

As for you, yakobob, I think you don't have to bother. As you said yourself, there are plenty of games like that and people are quite fond of it. It really isn't necessary to make more of those. Of course, if you have spare time and don't mind spending a lot of money with only some chance of getting it back, sure, why not give it a go smile.gif
Go to the top of the page
 
+Quote Post
KazDoran
post Mar 24 2006, 12:39 PM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 49
Joined: 7-March 06
Member No.: 11,803



QUOTE(pyost @ Mar 20 2006, 09:24 AM) *

Well, if you don't, then you've missed the whole point. Those games are not the ones you install from a CD, they are browser-based games. It is all made in php and mysql. You should try one of those, they are very addicting.


Heh. My bad. tongue.gif

What's keeping me from trying them is that you say they're addicting. biggrin.gif Must... stay... free... laugh.gif

Sorry for giving away unnecessary information then! wink.gif
Go to the top of the page
 
+Quote Post
Vyoma
post Mar 25 2006, 07:46 AM
Post #5


Cosmic Overlord
Group Icon

Group: Members
Posts: 549
Joined: 26-November 05
From: Chennai, India
Member No.: 9,811



QUOTE(pyost @ Mar 20 2006, 02:54 PM) *

Well, if you don't, then you've missed the whole point. Those games are not the ones you install from a CD, they are browser-based games. It is all made in php and mysql. You should try one of those, they are very addicting.

As for you, yakobob, I think you don't have to bother. As you said yourself, there are plenty of games like that and people are quite fond of it. It really isn't necessary to make more of those. Of course, if you have spare time and don't mind spending a lot of money with only some chance of getting it back, sure, why not give it a go smile.gif


pyost, you got it right there on browser based games. It was about two years back and I discovered them, and my first impulse as a programmer and a game enthusiast was to design one of my own. But them, after I did some research, I found that there are a lot of such games out there and I just dropped the idea.

Now, I have shifted to something more in term of content - world building. I am trying to do a bit of art, design and literature based around a realm me and my friend created. If that is accepted by some people and attracts a community, we might think of launching such games based on them. Till then, I am sticking to world building for personal pleasure.

As for you yakobob, just rethink on your priorities. If you think that by heaven or hell you need to get a browser based text game out there, as pyost said, go ahead. But if you are into more wider development and content creation, think of it a bit more. (I just cannot resist a shameless plug here: If you are interested in contributing to world-building we are currently doing, give me a PM).

This post has been edited by Vyoma: Mar 25 2006, 07:47 AM
Go to the top of the page
 
+Quote Post
nexuslite
post Jun 27 2006, 07:33 AM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 27-June 06
Member No.: 14,159



I have created a text/turn based game and could be of some assistance if you want to check it out its at aftermath.nexuslite.com
Go to the top of the page
 
+Quote Post
vhortex
post Jul 23 2006, 04:19 PM
Post #7


Guilty Until Proven Innocent
Group Icon

Group: Members
Posts: 372
Joined: 13-April 05
Member No.: 3,937



well there are alot of this text base games around..
some are well written and some are not..

--

maybe the first you must decide is to find a host stable enough to handle the database request..
it is the first one that will likely crash..
Go to the top of the page
 
+Quote Post
moomoodemeowser
post Jul 23 2006, 09:20 PM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 27-January 06
Member No.: 10,906



if u make anything free for sprint pcs ppl an want to test them, let me know as i have my own free download page where i can upload files for ppl to download to hlp u test them with ppl. it needs jar an jad files

QUOTE(yakobob @ Mar 18 2006, 09:28 AM) *

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.



if u make anything free for sprint pcs ppl an want to test them, let me know as i have my own free download page where i can upload files for ppl to download to hlp u test them with ppl. it needs jar an jad files

QUOTE(yakobob @ Mar 18 2006, 09:28 AM) *

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.



if u make anything free for sprint pcs ppl an want to test them, let me know as i have my own free download page where i can upload files for ppl to download to hlp u test them with ppl. it needs jar an jad files

QUOTE(yakobob @ Mar 18 2006, 09:28 AM) *

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.

Go to the top of the page
 
+Quote Post
iGuest
post Jun 9 2008, 01:57 PM
Post #9


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



i also need help
Help Me Create A Text-based, Turn-based Game

I would also like to create my own text based games so any tips for yakobob ill look at and I hope ill be able to do a game, thanks

I hope someone knows something helpful

-reply by Rasmus
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Make A Text Based Online Game Script ?(22)
  2. I Want To Create A PHP Text Based Web Game(5)
  3. Advice About Making A Text Based Game(9)
  4. Making A Turn Based Game Like Ogame(9)
  5. Help Creating A Browser-based Rpg(5)
  6. Text Based Internet Site Game...(2)
  7. This Is Def. A Big Topic I See, I Want To Mke An Online Text Based Game(5)
  8. Powerpoint Based Games!(18)
  9. Need Help With Codeing For A Turn Based Game(0)


 



- Lo-Fi Version Time is now: 22nd August 2008 - 05:30 AM