Advertisement

Need some advice about game engine

Started by November 22, 2015 03:28 AM
2 comments, last by HappyCoder 9 years ago

Hello guys, I just create my account a minute ago because i really need some advice. I want to create my own game engine but i have no idea where should i start.

Programming Language- anything,because i'm very new in programming.so it can be anything.

Kind of game - MMO-RPG,as same as Ragnarok. with 2.5(?)D graphic.

Platform - windows

Api - no idea what is this? maybe directX or anything...

Feel free to ask if you have any question

ps. Really sorry about my terrible English and Grammar.

Creating a game engine is a very difficult task.

You will want a programming language with very many features. Try C++. It is a tough language, but very useful.

Advertisement

If you cannot really program yet, I would suggest you postpone "game engine" for a while, and learn about a programming language (or two), and few games (from simple to a bit more complicated. First build some experience with programming and making games.

With those under your belt, you'll have a much better idea what you are talking about, and we can discuss "game engine" again.

As for programming languages, you could have a look at

- Python, a high level language, well designed, and easy to get into. It has loads of libraries.

- C#, the dominant language at Windows. Not much used outside that platform. I have no experience with it.

- Java, a quite simple language, but older.

- C++, more low-level language, quite unforgiving if you make errors, and sometimes a bit cryptic. Make sure you learn C++14 or C++11, anything else is too old.

- C, "bare" programming. Gives a good understanding of how a computer works.

Any language of the above 4 will do. At your current level of expertise, you'll have your hands full with getting anything running at all. Start with things you can do in the language itself, like hangman, or higher/lower. The first problem is getting into a programming language.

As a second step, you can make simple games, like pong, tetris, 15-puzzle.

To add to Alberth, I would postpone any MMO aspect of your game until you have at least a few years of experience under your belt. Unless you want to make an MMO guess the number game.
My current game project Platform RPG

This topic is closed to new replies.

Advertisement