|
|
#1 (permalink) |
|
Marios's Mustache Wax
Join Date: Jun 2009
Posts: 11
Reputation: 10
|
Whats good? Im new here..
Well I really want to start to make mmorpg's! Yeah yeah I know it sounds simple to say (mm) but yeah thats what I want to do. Im 15 years old and I have made game but not mmorpg's. My first engine I used was rpgtoolkit and the next engine I used was RPGMXP! Well I want to make an mmorpg I want to know where to start? Well I have ask people that question and 95% of the people I ask say "learn programming if you dont you will not have a chance at making one"! Well okay! I hear ya man!. . So I want to start programming. I want to make 2d mmorpg's! Yeah I do! But I dont want to use an engine? Is it possible to do that programming? It seems kind of hard when I did programming for toolkit but I willing to learn now since I have ALOT of free time! Well let me ask this question to you, Do you make an engine and then make a game or do you just code the game? I looked at some posts that has both of them in them. Well I would think it would be easier to just kind of code the game. So how would I start to just code a little game like tetris? I want to start from the bottom and work my way up so I want to learn how to make the easiest games first and then after I get all that down I want to start my mmorpg. Well since I dont any programs out here what is the most easiest, understandable programming langauge to learn to make a game like tetris? And what programs to make browser based games? And then move my way up with the same programming language? Thanks for reading hope you can start me off to a great start in programming! JSD870Last edited by JSD870; 06-16-2009 at 06:58 PM. Reason: Left out something |
|
|
|
|
#2 (permalink) |
|
Crumbly, but Good
|
Please don't center your posts. Just a friendly hint. It makes it a mess to read.
Anyway. I found C to be pretty easy to understand, and it gives you a real appreciation for how a programming language works at a low level, something that you don't quite get the same way with a scripting language. If you want to learn C, there's a post here: http://www.onrpg.com/boards/1215.html. However, Java can work in browsers, and C can't. If you want to learn Java, go here: http://java.sun.com/docs/books/tutorial/, and then go to Getting Started. C is slightly faster, and I like the look of it more than I like Java, but they're both fine languages, though most major games these days are written in C++ (which is C with more features), not Java.
__________________
|
|
|
|
|
#5 (permalink) |
|
Crumbly, but Good
|
Browser based games, is something like PHP, MySQL and Javascript, all of which you can learn here: http://www.w3schools.com/, though some of the more advanced stuff you might have to get from elsewhere.
__________________
|
|
|
|
|
#7 (permalink) |
|
Crumbly, but Good
|
Well, w3schools doesn't have everything that JavaScript, PHP or mySQL can do. They're mainly introductory tutorials. With those tutorials you should be able to get a text-based browser game working.
If you wanna get something with moving 2D graphics, you'd need another resource on JavaScript, or maybe you'd migrate to Flash or Java.
__________________
|
|
|
|
|
#9 (permalink) |
|
Crumbly, but Good
|
Well, I suppose you could learn ActionScript for Flash. I think there's also a tutorial for it on w3schools. I've heard it can be online, but I don't think it can handle more than a few connections. I honestly don't know though, but it should be fairly easy for you to do some animations and graphics with it.
__________________
|
|
|
|
|
#10 (permalink) |
|
Marios's Mustache Wax
Join Date: Jun 2009
Posts: 11
Reputation: 10
|
Ok!. .STILL IN MY NEWBIE STAGE. . I thought flash was a prgramming language or is ActionScript a programming language? I dont understand that.
And dont flash games be side-scrolling? I want it to be 2d moving graphics like Zelda or Final Fantasy(just examples)! Can ActionScript or Flash(or whatever I dont know )do that to were I can have it like Zelda moving graphics?
|
|
|
| Thread Tools | |
| Display Modes | |
|
|