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

mobile games

Options
  • 30-03-2004 8:14pm
    #1
    Closed Accounts Posts: 346 ✭✭


    hi

    where can you download free games for a mobile and get to view the code for them?

    thanks!!


Comments

  • Registered Users Posts: 188 ✭✭slartibardfast


    I enjoy http://forum.nokia.com, it doesn't have particuarly *good* games for download but the programming principals covered in some of their documents cover are excellent e.g. usage of resources etc.

    Other than that google for opensource 'midlets', should turn up loads and loads of code for you.


  • Closed Accounts Posts: 346 ✭✭coolio_64


    any other ones??


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    google is your friend. Look for...

    "open source" midlets

    example:
    http://www.codebeach.com/index.asp?TabID=1&CategoryID=4&SubcategoryID=73

    I doubt very much there will be a lot of sites that will display source code with the games (at least the good games) but 90% of the games I have seen so far use pretty much the basic game engine (or variations there of) that is built into J2ME.

    Read up on the game API in MIDP2.0, its pretty much all you need to get going (assuming you know how to code)


Advertisement