I put the Platform as C++ Because i don't know what this code language is.
It's actually TI-BASIC which derives from BASIC.
I have a TI-89 but I've never programmed anything on it, I don't think I'd have the patience of writing it on the calculator (I don't have a USB for it).
The only thing I've done is custom functions, like slope(), dist(), midpoint(), stuff like that.
I like the app even though it looks like a copy of Papi Jump. Like AnaBotNowYourGone, I don't really care about the history or the developer's thoughts, I just think it's a fun little game. My high score is 24k so far.
@Hawkee Hey Hawkee the site's layout is pretty messed up for me on Safari 5. There's no footer or lines going down the side.
Edit: it gets worse...I need to refresh the page for a comment to be posted and when I hit edit on a comment it just clears away the comment (visually). I had to edit this on my PC.
Going through the site, there are countless other display errors in Safari 5. Deleting a comment doesn't show the comment deleted box, products are only half displayed, image pages are only half displayed, same with apps, the arrow next to like snippets and scripts disappears when I hover over it, it just goes on and on.
On another note, Safari 4.0.3 on my PC shows two gray lines under this comment when I edit it but when I refresh it goes back to one.
Why not declare and initialize them in the same line?
Code
And with,
Code
You can use \n in a string to skip a line, so you could do:
Code
Haven't tested your code but looks like a nice simple game.
Edit:
Quote
Works in the essence, you'll have to type the color of the wire exactly to have a chance at winning..(eg. if the wire is called "Blue" it wont accept "blue") java's pro regex for ya -.-
Just noticed this in the intro, you can correct that by using:
Code
As for restarting the program, a simple way to do it would be to put the playing part in while (true) { } and then when you win/lose you can ask if they wanna play again and input a string, and if no, just return;.
I grabbed this, $6 --> free. In my school, wifi can be more reliable than service at times lol. What they did was they added an in-app purchase for $6 to remove adds for a year. I think I can deal with the little ad and save $6.
Oh yea I guess I missed the last msg...are you talking about the .NET IDE?
But I'm gonna be gone for a week so maybe we can talk about this next week.
In the meantime, I'd recommend reading through Programming in Objective-C 2.0 (2nd Edition) (just find a torrent for the pdf). If you know .NET it shouldn't be hard to pick up Obj C. Instead of like x.doSomething(3); you just do [x doSomething:3];
@Gummo, Okay, but a negative denominator like 5/-3 should be fine the way it is. And obviously 5/-1 won't return -5 in this app since the answer spot is a fraction so it's not gonna spit out a whole number. But the Fraction class itself simplifies it to -5 if you use the simplify and getString methods.
@Hawkee Hey Hawkee, I was gonna post a script (iPhone) and noticed that in the category section, it seems to be limited to IRC scripts. Also it seems that a URL is required, but what if we don't have a URL for it? I did see, "If you do not have a website we will host your script for you."
Thanks
Edit: ...I see now that there is an "other" spot ;)
And I guess my script posted without needing a URL, just wondering why there's an asterisk next to it then.
err, acutally, it didn't post right...the link is dead on the front page yet it brought me to a normal page, idk what's going on...
Yea I'm sure it'd be pretty similar for installing it, I wouldn't mind helping. The only thing is you need to have either an external DVD player or an 8GB or higher flash drive (I went the flash drive route) and then another like 1G flash drive.
I installed the SDK this morning and it's great. I did know some objective-c before and worked with the SDK a little so I kinda know what I'm doing, with just little simple stuff. And I found this very helpful set of videos, "Lynda's iPhone SDK Essential Training".
Btw, is .NET object-oriented? If so that'd be a huge help with working on objective-c.