how to make isometric game

Started by
4 comments, last by muratsal 11 years, 6 months ago
Hi,
How to make isometric game like http://game4mania.com/game.aspx?gameId=8
thanks advance .
my map aplications http://haritaaraci.com
Advertisement
Moving you to our For Beginners forum.


Learn to program. This article gives some good advice on how you might get started: "I want to be a game developer... now what?"
Or, you could try one of the tools listed in "how to make games without programming" or "more ways to make games without programming".

Take a read, and then ask any further questions you still have.


Hope that helps! smile.png

- Jason Astle-Adams

I suggest you start by overviewing the principles of isometric projection: http://en.wikipedia.org/wiki/Isometric_projection

Like anything in making a game, a game's development relies heavily on an idea, a computer programmer experienced with game programming, and/or a graphics artist(altough a programmer can be an artist, and vice-versa, etc.).

Regardless of the road you take, knowledge lends you the power to accomplish whatever task you wish anyway you want.

But basically, isometric game design relies on isometric projection principles in graphics, and computer programming.

You can check out some of the basics of computer programming here as well: --> http://python.about.com/od/throughacomputerseye/ss/begprogramming_all.htm
Yes, this is red text.
thanks .
my map aplications http://haritaaraci.com
Well, the short answer is learn how to write complex programs that utilize various API's and work with many different machines well and fast.

C dominates the world of linear procedural computing, which won't advance. The future lies in MASSIVE parallelism.

yes rolleyes.gif
my map aplications http://haritaaraci.com

This topic is closed to new replies.

Advertisement