Jump to content

Hi Everyone. Im new to here.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
ProgrammerGeekV5

ProgrammerGeekV5

    Newbie

  • Members
  • Pip
  • 5 posts
Hi, Im new to here.

I was searching for a title "How to make a web browser text-based game" and i landed here.
I really want to know what program I should use to make a game, (not computer langauge, i already know what the requirements are)

I would be happy if you can post a link to the program that are used to make text-based game (Multiplayer turn-based text game)

I would like to create my own game for learning experincing.

Thank you. Post me a message soon, Im looking forward. =)

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
In the case of an open source web language, you won't find any "program" to create a game such as that for you, that would be oddly specific. You'd best learn PHP and MySQL yourself (Or if you wish just using flat files), and a text turned based game should not be the most hard. Were you looking for a text based RPG already out there in PHP to learn from?

Welcome by the way!
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Welcome aboard!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
ProgrammerGeekV5

ProgrammerGeekV5

    Newbie

  • Members
  • Pip
  • 5 posts

Nullw0rm said:

In the case of an open source web language, you won't find any "program" to create a game such as that for you, that would be oddly specific. You'd best learn PHP and MySQL yourself (Or if you wish just using flat files), and a text turned based game should not be the most hard. Were you looking for a text based RPG already out there in PHP to learn from?

Welcome by the way!

Well, learning how to make text-based turned multiplayer game from a currently active game will help me understand alot. But Im really curious, what kind of program i should use to make that kind of game?

Im honsetly, i have absoultely no idea. I really want to learn how to make those game, it would be nifty though.

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
PHP is just a scripting language, there are no programs you're referring to, to output code. You will need to design the game from the start up as in any other language, such as writing classes (OOP programming) for the user and each monster/weapon, you will need to write the code (or use an API) to talk to a database of your choosing to store the information, such as the current level, the users that have saved data etc.

There are a few open source PHP RPGs out there, but they're written by only a few people, so the coding style may be incorrect or inefficient, or it could be great. It's just all there is out there:
SourceForge.net: phpRPG: SCM
ezrpg - Project Hosting on Google Code

Those are the ones I could find at first look.

You won't find much help from there, but learning object oriented programming, database relationships and all that ensues so you will be proficient enough to edit or generate your own game, is your only option if you wish to create something your own (such as other sites).
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#6
ProgrammerGeekV5

ProgrammerGeekV5

    Newbie

  • Members
  • Pip
  • 5 posts
But where can i start programming the game?

#7
Ninjaboi

Ninjaboi

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
Here are some links that might be what your looking for:

http://www.astahost....ture_t6521.html
http://www.astahost....games_f135.html
http://www.astahost....e33_t18160.html
http://www.astahost....ame_t21148.html

Hope this helps! By the way, some of those links you have to scroll down and read the replies to see what I thought was interesting for you.

#8
ProgrammerGeekV5

ProgrammerGeekV5

    Newbie

  • Members
  • Pip
  • 5 posts
THanks!

#9
ProgrammerGeekV5

ProgrammerGeekV5

    Newbie

  • Members
  • Pip
  • 5 posts
ummmm. I've read all of them, but i couldn't find the download link to it.

EDIT: Nvm, i download Mccodes. found it on the thrid link.

#10
Donovan

Donovan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 798 posts
Hey ProgrammerGeekV5, welcome to codecall!!
Posted Image
+Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

#11
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
welcome to this forum, frenz :)