Hello. I'm brand new to this ominous world of game development. For the last few days, I've read articles and watched videos trying to decide if I have the ability to create the type of game app for iOS and Android that I'd like and also if there is software that would allow a non-coder like me to do it without several months of learning curve. Since I don't plan to be a steady app developer it will most likely be a one-off project, so learning coding languages just for this one app is probably too big of a time investment and diversion from what I already have on my plate.
The app I want to create is for a very limited audience, and I don't plan to make much if any money from it, so I don't want to put too much money into it. Off the top of my head I'm thinking it would be foolish for me to invest more than about $300 in software and whatever else I'd need to bring the app to the app stores.
Anyway, here's what I'm trying to do. I know it's possible, but is it possible for a guy like me without any experience?
-There would be an image (hopefully full-screen) that corresponds to an exact value within a limited range of continuous (non-stepped) values. Using some sort of continuous slider, the user would input his or her best guess at the value. Scoring would be based on how close the user's guess is to the image's exact value. After guessing, the game would move on to the next image, and so on.
-The images have no moving parts. Although I'm willing to settle for 2D and no rotation, I'd like for the images to be 3D and for the user to be able to rotate the images along the XYZ planes so that they see the same image from different camera perspectives.
-Although the inventory of images can be limited, the game would need to randomize the image inventory so that the quiz game is different every time it's played.
-I'd want the number of possible images to be at least 100, but the more the better, so I'm curious about file size issues. All of the images would be made up of the same few elements, so I'm guessing that there's a lighter-weight way to have potentially nearly infinite numbers of images by programming a randomness of the relationship of these elements to one another. I'm also guessing that this relative geometry that would also determine the exact value for the user to guess would be the much more difficult route for a non-coder.
-It would also be nice to allow users to draw or write on the images any way they'd like before entering their answers.
I have lots of ideas and I'm sure lots of issues, but these are the main ones.
Any thoughts you can offer me on which of the above ideas are too big for a beginner to take on and which software is likely to match what I'm trying to accomplish would be greatly appreciated.
Thank you for reading such a long question!
Jeff