Jump to content

_Bunshichi_

Member
  • Posts

    2
  • Joined

  • Last visited

    Never

_Bunshichi_'s Achievements

Fledgling Fyora

Fledgling Fyora (1/17)

  1. Originally Posted By: Celtic Minstrel Originally Posted By: Niemand Quote: I think there's a C++ binding for Cocoa as well. No, I think not. One can mix Objective-C and C++ code (to a certain extent), which means that one can effectively message Objective-C objects from C++. ...on second thoughts, it might be possible that I'm thinking of a C++ class wrapper for Carbon. I don't really remember clearly. In any case, it was one of the preset project options in XCode (well, it is one). The first thing is to port the game engine, Geneforge (IIRC), which is more than just building a wrapper... and that assumes that it is written in some flavor of C. Does anyone definitely know if the games Jeff writes use some flavor of C at the core (aside from internal scripting)?
  2. _Bunshichi_

    iPad

    Getting back to the OP, I would target the iPad only, and skip trying to stuff things into the iPhone. If the game is 800x600, then this would leave room for other interface options in addition to just the touch gestures. The iPad also has a physical keyboard (but I would make it optional if at all possible). Software/Technical: Depends a lot on the original development environment, and whether or not it used the OpenGL library (for the Mac OS version). I have no idea what Spiderweb uses now, but (I'm guessing here based on the age of the product line) the mostly straightforward (note I did not say easy) scenario would be if the current "game engine" is C based, uses some flavor of OpenGL, and is NOT based on the older CodeWarrior environment. Anything else will be problematic and of increasing difficulty. (If someone wants a more detailed opinion, PM me). But these concerns all take second seat to the business ones. In my experience, game companies that can leverage an existing code base have a leg up on folks. If you have based your design to some common code base, then the cost for porting is divided over multiple products, and this is another plus. Looking over Spiderweb game library, I think that a price point between $5-$10 is possible and reasonable -- more than that will be a tough sell to the the target crowd I think. This is less an issue for the older games than for the newer games in terms of recouping your investment, as it may cannibalize sales. Just my $0.02 - Bunshichi (an iPhone/iPad/Mac developer, with both itunes store and enterprise apps)
×
×
  • Create New...