8 Replies - 2082 Views - Last Post: 30 March 2012 - 02:30 AM Rate Topic: -----

#1 johnjohan1  Icon User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 56
  • Joined: 26-October 11

Isometric Game Development

Posted 26 March 2012 - 03:42 AM

I have to develop a few simple isometric games. My preffered language is actionscript. It's mostly simple interactive games to aid in teaching. So there will be many games that I have to develop and hense the development should be easy. Any suggestions as to how I should go about it?
Is This A Good Question/Topic? 0
  • +

Replies To: Isometric Game Development

#2 ButchDean  Icon User is offline

  • Ex-Pro Games Programmer
  • member icon


Reputation: 876
  • View blog
  • Posts: 3,343
  • Joined: 26-November 10

Re: Isometric Game Development

Posted 26 March 2012 - 03:48 AM

What research have you done so far?
Was This Post Helpful? 0
  • +
  • -

#3 johnjohan1  Icon User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 56
  • Joined: 26-October 11

Re: Isometric Game Development

Posted 26 March 2012 - 03:56 AM

found a few good sites and opensource codes. I'm still confused as to what I should do.


http://sourceforge.net/projects/fife/

http://sourceforge.n...s/isoengineas3/

http://code.google.c.../downloads/list

http://active.tutspl...with-as3isolib/

http://as3isolib.wordpress.com/

http://www.emanuelef...-in-your-games/
Was This Post Helpful? 0
  • +
  • -

#4 ButchDean  Icon User is offline

  • Ex-Pro Games Programmer
  • member icon


Reputation: 876
  • View blog
  • Posts: 3,343
  • Joined: 26-November 10

Re: Isometric Game Development

Posted 26 March 2012 - 06:03 AM

I get the feeling you've googled some links that you haven't read, as it isn't possible to have read around the topic and be completely clueless.

What specifically are you having trouble grasping?
Was This Post Helpful? 0
  • +
  • -

#5 johnjohan1  Icon User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 56
  • Joined: 26-October 11

Re: Isometric Game Development

Posted 27 March 2012 - 12:10 AM

I did go through them and the more I read, the more confused I got. Am I supposed to use some sort of level editor or IDE here?
Was This Post Helpful? 0
  • +
  • -

#6 The Adrian  Icon User is offline

  • New D.I.C Head

Reputation: 12
  • View blog
  • Posts: 35
  • Joined: 09-January 12

Re: Isometric Game Development

Posted 29 March 2012 - 11:08 AM

Well the level editor will help you make the levels, and IDE will help you write the code and compile the game.

If you know how to make a top down game, make graphics that look like you are viewing them from a vertical + horizontal direction. The level editor comes in as a system that lets you easily edit level data, as opposed to going in to the text files and manually changing the data yourself. Don't worry about that until you get some simple stuff working first.

Try making a top down game, and then make side-view assets, and throw those in. That should be a good first step towards making an isometric game that you want
Was This Post Helpful? 0
  • +
  • -

#7 johnjohan1  Icon User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 56
  • Joined: 26-October 11

Re: Isometric Game Development

Posted 29 March 2012 - 01:29 PM

Thankyou for the reply. Any suggestions as to which editors I should use? I'm fairly new to this. All I use to code now is eclipse for flex.
Was This Post Helpful? 0
  • +
  • -

#8 The Adrian  Icon User is offline

  • New D.I.C Head

Reputation: 12
  • View blog
  • Posts: 35
  • Joined: 09-January 12

Re: Isometric Game Development

Posted 29 March 2012 - 02:00 PM

Use whatever IDE you are most comfortable with. When I program simple java applications, I use Textpad. Yes, Textpad. When I program larger projects I use eclipse.

When I program c/c++, I use Notepad except when I work on larger projects like a game, but even then I spend some of my time using Sublime. Yes, tons of tools just for programming. And it all depends on what I'm working on and how I want to go about it. Other than that, you can survive with only one or two tools like this

For now, use eclipse if that's what you want. And when you start working on creating levels and more assets for your game, spend some time researching tools for what you want to do. Level editors are specific for your game, so you might have a bit more trouble trying to find what you might be able to build on your own
Was This Post Helpful? 1
  • +
  • -

#9 johnjohan1  Icon User is offline

  • D.I.C Head

Reputation: 8
  • View blog
  • Posts: 56
  • Joined: 26-October 11

Re: Isometric Game Development

Posted 30 March 2012 - 02:30 AM

Thank you Adrian. Much appreciated. :)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1