Right, and luckily PHP is a lot like C.
http://www.w3schools.com/ has tutorials on various web technologies, including PHP, HTML, and XML.
Right, and luckily PHP is a lot like C.
http://www.w3schools.com/ has tutorials on various web technologies, including PHP, HTML, and XML.
the OP doesent necessarily need to learn PHP as the server side scripting could be done in Python.
Lol, no way! PHP is like the ugly mutant baby of the C family.
And Python is just python which is bad enough all by itself.
I do probably 90% of my current work in PHP and it is a great language once you've learned to deal with some faults.
What ever happened to VRML? I used to hear about it a lot over a decade ago, but now I never hear about it?
1. writing a hello world program is a good start. start with -
2. the rest of you life, and then some. Ive been [programming going on 30 years, 12 of that with C/C++ and I still learn new thing every day. Granted its mostly nuances of various API calls, not significant architectural features, although there are several areas of the language that I really don't fully grasp yet because i haven't had a need to use them.Code:#include <stdio.h> int main(){ printf("Hello World!\n"); return 0; }
3. The complexity of a virtual world woudl define the requisite skills in creating it. A tic tac toe game is a virtual world, albeit a very simple one. You should probably start off making simple games before tackling an MMO since MMO's draw very heavily on pretty much every aspect of programming there is.
4. Most people on this board will be happy to help you with programming questions as long as you have made at least some effort to solve teh problem on your own, i.e. show us what you have tried and we will make suggestions on how to do it better.
Personally I don't see the necessity for LUA or PYTHON. I'm nto sayign they woudlnt improve productivity, just that they arent a critical requirement.
Last edited by abachler; 08-27-2008 at 10:53 AM.
Where can I type out a source code and does the compiler make a client automatically during publishing.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
Last edited by cpjust; 08-27-2008 at 12:37 PM.
I'm sorry I just can't respect you anymore.
jk!
I just wanted to say -- before this deteriorates into a PHP vs. Python flame war-- how much I enjoyed this thread.
Andrew, I truly admire your ambition, but you have quite a ways to go before you can achieve your goals. While you're learning what you need on the technical side, you should also work on your humility and willingness to listen to others; having these traits -- and knowing when to exhibit them -- will get you far in life.
The OP doesn't seem to understand the concept of management. You could throw everyone from this board into a project and still not produce what he wants. An MMORPG, or at least the one he is suggesting, requires a lot of management. Otherwise all you have is a bunch of programmers going their own way at their own pace which ends being nothing more than a huge mess.