from Hacker News

Build your first iOS Game: Simple space invaders on github

by gvnn on 5/29/12, 4:37 AM with 7 comments

  • by speg on 5/29/12, 11:18 AM

    Nice, 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.

  • by richy486 on 5/29/12, 7:25 AM

    Thanks for posting. I hope someone can do something awesome with the code
  • by gazoo on 5/29/12, 5:22 AM

    Thanks for sharing, and Space Invaders it's a classic!
  • by franzus on 5/29/12, 9:51 AM

    Great share. I open-sourced some of my iOS games (and the component based framework), too. You can check it out here: https://github.com/jsz/hellstorm

    (Sorry for the shameless plug.)