porting is easier and less work than i thought..... ;)
[GAME] Super Jump World
(193 posts) (52 voices)-
Posted 3 months ago #
-
Can you please put it on the Amazon AppStore. I really want to play it on my Kindle.
Posted 3 months ago # -
Wait... isn't Android in Java? How'd you make C++ work?
And isn't porting from Obj-C to C++ really easy it's they're basically the same language?
Posted 3 months ago # -
Android is in C++
Posted 3 months ago # -
O_o? I could have sworn that it's in Java
Can you still do it in Java?
edit: nvm i'm reading somewhere that it's apparently available in both
Posted 3 months ago # -
Android SDK is in Java, but you can use the NDK that allows you to implement parts of your applications using native code languages such as C and C++
Posted 3 months ago # -
oh that's really cool... cuz I know Java waaay better than C++... then again, i know Obj-C waaay better than Java... so uh, I think i'll stick with iOS for now
Posted 3 months ago # -
Congrats, the game is number 9 in the UK iPad store apps
Posted 3 months ago # -
GOOD JOB! Especially on the multiplayer. I tried doing that a while back and I was getting severe lag :| any pointers? Is the second player on player 1's screen a "dummy?" How often do you send data? Any help would be appreciated!
Posted 3 months ago # -
@Madhotdog: thanks!
@lorenzoac7: thanks! I send the data every 1/60.0 sec.I am currently working on a big update for st. patty's day. I add some new effects, transition and some physics.
I dont use Box2d or chipmunk because i think its faster to write my own engine instead of making my game Box2d/chipmunk compatible.
What do you think about the new Scene transition? If someone like it i can share my code :)
Get the Flash Videos Posted 3 months ago # -
@cocos2dDeveloper I sent you a PM - can you take a look ;)
Posted 3 months ago # -
same game, same developer, different time, different story.
Posted 3 months ago # -
Looks great.
Again, I am very impressed with the quality of your graphics.
Did you do them yourself or contract that out?Posted 3 months ago #
Reply
You must log in to post.