Hi Nat and everybody, I bought your kit and been working on it for about a week and hanging on pretty much every word. I owned an iPad for about a year and I am fascinated by iOS sdk and what can be achieved. I want to create a multiplayer texas hold'em poker game close to reality as possible on i...
Search Results for "forum topic rat ai" (6 / 9)
...Wow. Interesting game topic! Keep us posted on your progress and have fun. :)...
...I didn’t notice the ladders topic on the book you are writing. I will slow down and wait until you post your chapters before I ask questions. Thanks....
I am looking for how I might keep the level from running until the user reads an introduction to the level and clicks ok. Also, keeping level from running if there is an interaction with an NPC. I don't want skeletons or whatever attacking until that is accomplished. This might be in another topi...
Have you ever wanted to write one C++ game code base with a free game engine and deploy it to multiple platforms including iOS, Android, Windows and Mac? We just wrapped up the new Cocos2d-X starter kit that shows you how. The great news is that you can develop on whatever platform you ...
Monster Checkers , the newest game made using the iPhone Game Kit On the first day we just made the board, no monsters... The challenge was to create an iPhone game in under 24 hours of development time, within the confines of one regular-ish week, using the iPhone Game Kit....
Hi, accidentally found about your game kit in official cocos2D-iPhone forum (thread was later deleted for some reason??) Anyway, as per title, is this kit more orientated for total beginners? I'm programming commercial software for many years (not games), but on Windows. Last year learned Obj...
what would you recommend for using git with the iPhone Game Kit should I make a repository for Quexlor, Monster Checkers, the iPhone Game Kit itself and then make branches or just check it all in at a higher level directory .. say iPhoneGameKit3.1 The reasons im asking are that 1. I new to us...
...Hey everybody. :) I’m off camping this week for some much needed R&R and will most likely be out of reception and absent from the forum. Good luck with learning to make games and I will get back to any unanswered posts next week....
I changed the code as follows: // start a game at level 1 [GameScene newGame:@"leveltest.tmx"]; I added the art file to the appropriate directory under ART, however to start things off I was receiving a problem of "Base SDK Missing" when following this excerpt of the instructions: Next, ...