Build your first iOS Game: Simple space invaders on github
1–9 of 9 posts
Re: Build your first iOS Game: Simple space invaders on github
#2Re: Build your first iOS Game: Simple space invaders on github
#3Thanks for sharing, and Space Invaders it's a classic!
Re: Build your first iOS Game: Simple space invaders on github
#4Re: Build your first iOS Game: Simple space invaders on github
#5Re: Build your first iOS Game: Simple space invaders on github
#6(Sorry for the shameless plug.)
Re: Build your first iOS Game: Simple space invaders on github
#7As someone who is just getting in iOS development, would you have any recommendations for branching into game development? I see both this, and franzus's game are in C++. Is that common? I just spent a month leanring the basics of the iOS SDK and Obj-C so I was hoping to stay in that realm.
Re: Build your first iOS Game: Simple space invaders on github
#8Nice, seems really smooth. As someone who is just getting in iOS development, would you have any recommendations for branching into game development? I see both this, and franzus's game are in C++. Is that common? I just spent a month leanring the basics of the iOS SDK and Obj-C so I was hoping to stay in that realm.
With the games base code (engine) in C++, I could have written thin wrappers for iOS and Android and I would doubled my market share.
For this reason I would recommend C++.
Re: Build your first iOS Game: Simple space invaders on github
#9Nice, seems really smooth. As someone who is just getting in iOS development, would you have any recommendations for branching into game development? I see both this, and franzus's game are in C++. Is that common? I just spent a month leanring the basics of the iOS SDK and Obj-C so I was hoping to stay in that realm.