Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Game development tool(s)

  • 27-02-2012 4:54pm
    #1
    Registered Users, Registered Users 2 Posts: 1,497 ✭✭✭


    Hi,

    I'm currently learning Obj-C in college but, as part of an upcoming project, i'm going to have to know how to do some game programming. As far as I can tell, we will not be covering game development in our course. Before anyone mentions it, i know how silly this sounds.

    So far we've been doing things like using switches, buttons, images and doing the usual if, for, and while things. I am nowhere near being able to code for a game. But i was hoping someone could tell me what the most popular/accessible tool there is available for game development for iOS?

    I really wouldn't know how to approach it. There will likely be things like animations that i wouldn't have a clue how to incorporate into an application. I would appreciate some input. Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 2,029 ✭✭✭Colonel Panic


    Cocos2D is worth taking a look at for 2D games. You could integrate Box2D for physics too. If you understand the basics of Cocoa/Cocoa Touch and ObjC you should be able to lash together a basic game, albeit an ugly one unless you're good at the art stuff!

    In terms of tools for making content, there's Tiled and if you want to pay, SpriteHelper and LevelHelper on the App store.

    Take a look at the tutorials on Raywenderlich.com for tutorials. It's more than enough to get you up and running with a basic iOS game.


  • Registered Users, Registered Users 2 Posts: 1,497 ✭✭✭gnolan


    Cocos2D is worth taking a look at for 2D games. You could integrate Box2D for physics too. If you understand the basics of Cocoa/Cocoa Touch and ObjC you should be able to lash together a basic game, albeit an ugly one unless you're good at the art stuff!

    In terms of tools for making content, there's Tiled and if you want to pay, SpriteHelper and LevelHelper on the App store.

    Take a look at the tutorials on Raywenderlich.com for tutorials. It's more than enough to get you up and running with a basic iOS game.

    Thanks for the feedback.

    When you mention "tools for making content", what do you mean? I have a team for my project, some of which will be handling the content creation - using mostly the Adobe suite as far as i know. Is content created with the Adobe suite easy/straightforward to integrate into an application?


  • Registered Users, Registered Users 2 Posts: 2,029 ✭✭✭Colonel Panic


    Take a look at the apps I suggested and see if you will need something like that for your game. If you want to make a platform game or a scrolling shooter, something like Tiled would be invaluable for example. These tools take your art and let you lay it out for levels or sprite animations.


Advertisement