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

WP8 / WIN8 Game

  • 12-10-2013 5:05am
    #1
    Registered Users, Registered Users 2 Posts: 212 ✭✭


    Hi Guys

    I have bit of experience building apps for wp 7/8 and windows 8.

    I wanna learn to code games for wp8 and win8. Nothing complicated. Just 2D graphics e.g Object moving on screen by some user input (likes of taps or accelerometer) and avoiding collision with something.

    I tried doing it with simple C# and XAML but the performance is way too "not cool". Then I started looking in to XNA and then MonoGame. But cannot quiet get it. Can someone do a nice beginners post on it or point in a direction. Please.


Comments

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


    http://www.cocos2d-x.org

    Windows 8 and Windows Phone 8 support in Cocos2d-X. Excellent tutorials and support, it's the C++ port of Cocos2d. I couldn't even begin to count how many iPhone games that helped create.


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    I'd recommend Unity tbh, plus you get the added bonus of basically being able to deploy to any conceivable platform from the same C# codebase.


  • Registered Users, Registered Users 2 Posts: 212 ✭✭iwantthat


    Do you know where i can find tutorials for both platforms.


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


    Their respective home pages would be an excellent place to start.

    Just had a look at Unity and I'm with ChRoMe, they've added dedicated 2D renderer support with some nice utilities since I last checked it out too. I'm biased towards Cocos2d-x et al because I'm mostly a C++ programmer. The only C# I do these days is for back end and web app stuff.


Advertisement