I am trying to make a top down game. but i am really new at this and i currently trying to add "walls" so my character can't walk threw them... would anybody have any idea on how to go about this?
Top down games?
(6 posts) (5 voices)-
Posted 2 years ago #
-
What is a top down game?
Posted 2 years ago # -
its like an overhead view to the game.
Posted 2 years ago # -
You might be better off with something like GameSalad: http://www.gamesalad.com/
Posted 2 years ago # -
You could check the x and y position of character to see if they are < > the wall positions. Shouldn't be too difficult.
Posted 2 years ago # -
I would use chipmunk for this. You can easily build your walls and manage collision detections with chipmunk. Here's a related post: http://www.slembcke.net/forums/viewtopic.php?f=1&t=463&p=2302&hilit=top+down#p2064
Posted 2 years ago #
Reply
You must log in to post.