Jump to content

Home

Walking in MI1


Nilrem

Recommended Posts

Ok, I was just wondering about the game mechanics behind MI1, mainly walking around, I'm probably going to stick with my current method of meshing for my 2D remake version, however I don't know how MI1 handled on screen walking etc, did they use a box grid type method? I was just curious, as I really want to look into it to see their method compared to my method, but I cannot find any relevant pages or info.

Link to comment
Share on other sites

As far as I know, and if you are interested in pathfinding, one of the best is the A* search/pathfinding algorithm. Just make a quick search at Google and you will get lots of useful information, and even sample implementations. If you are curious, I can tell you that pathfinding is one of the problems that artificial intelligence tries to solve. Nearly all book on AI discuss a bunch of pathfinding techniques and algos. Some are better in certain circumstances, but in general A* will perform politely and with a fairly good speed in any situation.

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...