Tagged Questions
1
vote
2answers
141 views
Collision detection for Monotouch [closed]
What I want to have for my Monotouch 2D projects:
simple collision detection and collision polygons working with UIViews
Sounds simple, isn't it? I've evaluated a lot of engines available on the ...
0
votes
1answer
318 views
2d Game using monotouch?
I'd like to make a 2d game and I like SDL but I don't think there is an SDL for monotouch. Whats the closest solution?
2
votes
3answers
354 views
Efficient way of detecting a touched object in a game?
Imagine a Sims-like 2D game for a touch based mobile phone where one can interact with virtually any object in the scene.
How can I efficiently detect which object is being touched by the player?
In ...