Quote:
Originally Posted by sainsw80
Hi all,
I used to play a very simple but very addictive DOS game. It only had about 10 screens and a .dat file with a database of information. I'm wondering how hard it is to convert it over to an Iphone app and update the images and give it a bit of a makeover to make it fresh.
I look forward to hearing your responses.
|
It really depends on how complex the game is and your coding aptitude. If you can flow out the game's logic on paper relatively easily then it shouldn't be too difficulty.
If you need the data from the .dat file, if the .dat file isn't compressed or encrypted then reverse engineering it to get it's structure won't be very difficult.
If you want to do it yourself then you're probably going to know whether you can do it or not. If you want someone else to do it then you'll have to give some more info.