Tutorial:PostingGame
From FANG
Using JavaWIDE
The process is automatic. Every game you create is automatically posted every time you save the game.
Using Eclipse
Follow these simple steps to post your game on this wiki.
- Make a jar file of your game.
- When editing the wiki page, click on the green apple icon File:greenApple.png to insert the following code into your page:
<applet code="yourpackage/YourGame.class" archive="yourarchive.jar" width="400" height="430" players="1" players-selectable="false" />
You need to replace yourarchive.jar with the actual name of your jar file and yourpackage/YourGame.class with the actual name of your class that extends GameLoop
Click here to see the optional parameters you can also enter into the applet tag. - Save the wiki page.
- Click on the link to upload the jar file.
- Browse to find and upload the jar file.
- Check the wiki page you just edited to make sure the game works.
- This page was last modified on 5 May 2009, at 19:21.
- This page has been accessed 1,653 times.
- Privacy policy
- About FANG
- Disclaimers
- Powered by MediaWiki!











