tags:

views:

37

answers:

0

Hi everyone,

I am currently developing an ar-iphone game as a hobby project. At the moment the user can click through some UIViews (e.g. main menu view) and start the game. I used the UIImagePickerController class and cameraoverlayview to achieve this. So when he presses the start button of the game the camera starts and an imageview is layed over it.

Now I want more ;-) I want to make a little coin game. The user should stand still and see little flying coins at the screen. when he touches one he gets a point.

Do I have to go into 3D space here? What do you recommend?

Thanks ;-)