hello,
how can i view the source code of any downloaded game(even if the code is obfuscated)??.
Best,
Tango.
hello,
how can i view the source code of any downloaded game(even if the code is obfuscated)??.
Best,
Tango.
Hi tango85,
You can use a decompiler to revert the bytecodes back into source, see the DJ Java Decompiler - http://www.simtel.net/product.downlo...s.php?id=60196
But if the code is obfuscated i'm afraid of you not getting much from the results.
BR,
Juarez Junior
Last edited by juarezjunior; 2006-04-29 at 21:43.
hi juarezjunior,
thanx for the reply...found it quite useful..
can u help me in finding sample source codes of some 2 player board games??....i m actually working on some(just out of interest),want to go through some sample codes and find whether they might help me in improving my game designing skills....
Best,
tango.
Last edited by tango85; 2006-04-26 at 19:57.
Hi tango,
Try this link - http://www.java2s.com/ExampleCode/J2ME/Game.htm
BR,
Juarez Jr