Pages

Subscribe:

Labels

Thursday, August 9, 2012

Development : Puzzled Editor Applet


The screenshot above shown that the Puzzled Editor can be run on Applet Viewer (built in Eclipse).
Some changes already been made in order to create the applet.

Images above shown that the images resource can be access within the class itself without creating another "game resource" folder.



Trial running applet on Web Browser (*buttons are not fixed yet*)


Problem arises:
However, since the editor need to generate a new jar called "game.jar", applet must be able to access bin folder and create changes on "setup.txt" which cannot be done in this state because we can't change a file in a JAR without recanning the JAR.

Thus our plan to converting the apps into applet may not be feasible.

0 comments:

Post a Comment