I am trying to create a jigsaw puzzle app for iOS. From my searches through the internet, there really aren't any tutorials on the subject. Does anyone know of any links to good tutorials or tutorials on games that anyone knows of? Thanks. By the way, iOS4 would be appreciated.
Use Cocos2D: http://www.cocos2d-iphone.org/
Relevant for jigsaw pieces: http://www.cocos2d-iphone.org/forum/topic/6363
I am also thinking that divided original image with masking but it might be bad idea for us and also complicated to manage it. So For user who is beginner for jigsaw puzzle then This is the best question/answer
and you will also find source code from git.
Please hats off this man who solve your problem. I know this should be not an answer but should be comment but If I will put it as comment then may be use who have problem with jigsaw puzzle he/she can not find it easily so. I am putting it as answer.
Related
I am new bee in iPhone and wanted to work on openGL for some graphical game stuff.
Friends Please guide me in the following problems:
I needed some real good tutorials for openGL in iphone
Some tutorials in which we can get that how to move an object from one place to another so that we could animate it and read its border that is it being touched by the walls of the iphone
I have searched alot for openGL but could not find any satisfactory result.
Can u help me??
What did your search for? I found this link in google, you need to read through google and read and implement to learn from them.
Another related question on SO is Would like to learn how to use OpenGL within Objective-C, but have no idea where to start. Help?
Hello I was watching Apple WWDC 2010 and saw Steve playing jenga... Now I am die to see what is under the hood. Is there an code sample from Apple of that game? I was looking and can't find it...
May be someone can give me a link to it or something similar, perhaps tutorial?
I am dying to know how it works. Please help.
P.S: Here is a link ( http://www.youtube.com/watch?v=ORcu-c-qnjg ) to youtube, just so you know what I am talking about.
Thanks!
Jenga was an actual application, available on the app store. As such, you won't be able to find the source code for it. However, you may be interested in the following:
Apple gyroscope sample code
Which point you to Core Motion:
http://developer.apple.com/library/ios/#documentation/CoreMotion/Reference/CoreMotion_Reference/CoreMotion_Reference.pdf
Here is another example with source code:
http://cs491f10.wordpress.com/2010/10/28/core-motion-gyroscope-example/
I am new for game developement and need to know the different approaches to develope a 2D and 3D games in iphone.And which one is the best approach. I am having brief knowledge of cocos2d but don't know about different other alternative approaches that might be helpful. It would be gr8 help if someone might give information about all the approaches available and which are preferable approaches.
Thanks in advance :)
Have you looked at any of the existing questions and answers? (https://stackoverflow.com/search?q=iphone+game-development)
Irrespective, What are prime commercial choices for iPhone game development kits/platforms? and perhaps learning iphone game development seems like they should cover what you're asking.
i want to know how to scan a paper from a iphone cam and i need to read the data on the paper later i want to store the data...
is it possible..?
please give me a thought...
Thanks..
Well, it it very much possible.
I am not sure really how do it, but you should definitly have a look at OCR.
Try to get a look at Google Googles in the official Google iPhone app, this can actually read text off a picture you take, even at an angle.
I've found this, http://maniacdev.com/2011/08/example-tesseract-optical-character-recognition-ocr-demo-with-source/ i've not tried the example yet, but i'm going to do that, i hope will help you.
Regards.
I need to develop a very simple iPad application that takes RSS feed of images that will be updated constantly and will display them and you can slide through them. As simple as that.
Is there a way to get basic help on doing this, I am very new to iPhone/iPad development and would like help.
To make the question clearer, I would appreciate code samples (other than the ones displayed on Apple's developers site, tutorials, and guidelines.
Thank you :)
First things first, you need to go through some Cocoa Touch tutorials and learn how all the pieces fit together. ;-)
Then check out some NSURLConnection samples on how to pull data down from the network.