hi, where can i download (free :))games as a list program (not a jad or jar files).
i’m trying to learn a game and how to make it well, but i need an example as a sample… ???
thanks inadvantages guys…nice day
Sun recently published a game ‘Blueprints’ document (and example source code). Seems OK at first glance, but beware that the networked game is a bad example: it’s exactly the sort of game that doesn’t work because of long mobile network latencies. You’ll find this and other articles through Sun’s Wireless Developer Homepage.
Forum Nokia has published lots of relevant examples and documents: see e.g. the document Game Animation with Java MIDP on their Game Developers’ section. If you’re new to MIDP programming, see the tutorials (with sample source code) in their Java section.
David is right you are better of starting with the Nokia game articles…
Once you start understanding how to do it look for the WrokerThread article in J2mE by Jonathan Knudsen at sun’s site along with FPS/game thread posting at J2ME.rg forum…