|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ok, this is again shameless advertisement, but check them out:
http://www.moidogames.com/wordspector/
http://www.moidogames.com/reaxxor/
What's so special about them, you might ask? Well, programming by
yours truly.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp escreveu:
> Ok, this is again shameless advertisement, but check them out:
>
> http://www.moidogames.com/wordspector/
> http://www.moidogames.com/reaxxor/
>
> What's so special about them, you might ask? Well, programming by
> yours truly.
"*Universal* application for iPhone & iPad"
good to see marketing guys with a sense of humor... ;)
so, you're coding in Objective C?
--
a game sig: http://tinyurl.com/d3rxz9
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nemesis <nam### [at] gmailcom> wrote:
> "*Universal* application for iPhone & iPad"
> good to see marketing guys with a sense of humor... ;)
Well, Apple calls iPhone/iPad apps (iow. the same executable can be run
natively in both the iPhone/iPod Touch and the iPad) "universal".
> so, you're coding in Objective C?
Objective C++, to be more exact.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 19/11/2010 08:19 PM, Warp wrote:
> Well, Apple calls iPhone/iPad apps (iow. the same executable can be run
> natively in both the iPhone/iPod Touch and the iPad) "universal".
Doesn't Apply also apply that terminology to binaries that work on both
PPC and x86 Macs?
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Orchid XP v8 <voi### [at] devnull> wrote:
> On 19/11/2010 08:19 PM, Warp wrote:
> > Well, Apple calls iPhone/iPad apps (iow. the same executable can be run
> > natively in both the iPhone/iPod Touch and the iPad) "universal".
> Doesn't Apply also apply that terminology to binaries that work on both
> PPC and x86 Macs?
Yes. I think the distinction is "universal MacOS X app" (an app that runs
natively on all machines running MacOS X) and "universal iOS app" (an app
that runs natively on all machines running iOS).
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp <war### [at] tagpovrayorg> wrote:
> nemesis <nam### [at] gmailcom> wrote:
> > "*Universal* application for iPhone & iPad"
>
> > good to see marketing guys with a sense of humor... ;)
>
> Well, Apple calls iPhone/iPad apps (iow. the same executable can be run
> natively in both the iPhone/iPod Touch and the iPad) "universal".
Apple is truly full of manure. Specially as the iPad is essentially an
iPhone...
guess it's kinda like Microsoft saying .NET is multiplatform: it runs on
Windows 2000, Windows XP, XP Home, XP Enterprise, Vista Basic etc...
> > so, you're coding in Objective C?
>
> Objective C++, to be more exact.
I should know better... :p
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nemesis <nam### [at] gmailcom> wrote:
> [-- text/plain, encoding 8bit, charset: iso-8859-1, 22 lines --]
> Warp <war### [at] tagpovrayorg> wrote:
> > nemesis <nam### [at] gmailcom> wrote:
> > > "*Universal* application for iPhone & iPad"
> >
> > > good to see marketing guys with a sense of humor... ;)
> >
> > Well, Apple calls iPhone/iPad apps (iow. the same executable can be run
> > natively in both the iPhone/iPod Touch and the iPad) "universal".
> Apple is truly full of manure. Specially as the iPad is essentially an
> iPhone...
When you compile a program, you have to set the target to iPhone or iPad.
A program compiled for the iPhone target will run on an iPad, but under a
more or less light "emulation" environment. A program compiled for the
iPad cannot, AFAIK, be run on the iPhone. (Well, I suppose it could be
theoretically run, if the iOS offered an environment to run iPad apps on
the iPhone and eg. scaled down the views. However, AFAIK it doesn't.)
There's also a joint iPhone/iPad target you can choose, in which case the
app will run "natively" on both. (In practice for this to work the app has
to have separate nib files or other configuration data for the two platforms.)
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> Ok, this is again shameless advertisement, but check them out:
>
> http://www.moidogames.com/wordspector/
> http://www.moidogames.com/reaxxor/
>
> What's so special about them, you might ask? Well, programming by
> yours truly.
Very cool. Congrats.
So the first one is matching up letters in different words to guess the
word, like Jotto or Mastermind type? It's hard to tell what the game is from
the description.
In any case, very neat.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nemesis wrote:
> guess it's kinda like Microsoft saying .NET is multiplatform:
Well, with the exception that *now* it actually *is* multiplatform, with
Mono and such. MS opened it up to standardization, unlike Apple.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Darren New <dne### [at] sanrrcom> wrote:
> So the first one is matching up letters in different words to guess the
> word, like Jotto or Mastermind type? It's hard to tell what the game is from
> the description.
It's a bit like mastermind, but with words. There's a mystery word you
have to solve, and you do that by entering valid English words (or whatever
dictionary language you are using from the available ones). The letters
will be colored according to whether the letter appears in the mystery
word, and if it's in the correct position.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |