Jump to content

best programming language

- - - - -

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

#1
Svraddict

Svraddict

    Newbie

  • Members
  • Pip
  • 6 posts
hi everyone
as you might have seen in my other post im trying to build a text based wrestling mmorpg, but i still dont know much about programming, so could anyone tell me whats the best language to for the type of game i want to make, and where can i learn it please?

sorry for the bad english spelling and grammar

see ya all

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Almost any language will work for this. Are you planning on doing this as a browser based or console based game?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Svraddict

Svraddict

    Newbie

  • Members
  • Pip
  • 6 posts
its going to be browser based and free to play, even if all the progrmaing languages work could you tell me whats the more apropriatte one please?

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
If it's browser-based, you could easily use a language like PHP.

#5
Svraddict

Svraddict

    Newbie

  • Members
  • Pip
  • 6 posts
Have another doubt, PHP is very used to make websites, but what about to program? PHP can do it to?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
PHP, ASP, ColdFusion, etc are all programming languages focussed on producing HTML code for the web.
You can also use a Java Applet, Flash, etc if you want to have graphics involved.
What technology you use will depend a LOT on what kind of look/feel you want your project to have. For a simple text-based where people can't interrupt you, PHP would work fine.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Svraddict

Svraddict

    Newbie

  • Members
  • Pip
  • 6 posts
oo, thank you for the help.

Ive been checking some websites that teach PHP, but i haven found one that is good, you seem really expirienced with programming, so do you happen to know one that teaches PHP?

#8
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
You could start out with a small introduction to the language. And later you could go into more details, with other articles and tutorials. When you think you has become pretty comfortable with PHP, you need a reference, to make it easier for you to understand the different functions.

#9
Svraddict

Svraddict

    Newbie

  • Members
  • Pip
  • 6 posts
ok, thanks for the help, im going to try to learn PHP now.