Creating a pokemon type game in XNA? [closed]
Want to improve this question? Update the question so it's on开发者_JAVA技巧-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionDoes any know of any tutorials or topics on this? Idk what a pokemon type game is called. I guess what I'm really interested in is how to lay out the terrain and buildings and making sure the character does not walk through buildings basically how to create the "map" and how to bind the character to a path on that map. I know how to do most of the other stuff.
http://create.msdn.com/en-US/education/catalog/sample/roleplaying_game
It's a 2D tile based game, so search for material using that phrase.
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=2d+tile+based+game+tutorial
This looks like a decent tutorial: http://upfgeeks.files.wordpress.com/2009/05/tuto-tile-engine.pdf
精彩评论