Elevator4k

ok… here is my tentative for this year… a remake of the old arcade Elevator Action.

http://howlerbr.game-host.org/shot.png

http://howlerbr.game-host.org/elevator4k.jnlp

If webstart does not work please run the jar file

http://howlerbr.game-host.org/elevator4k.jar

Hope I have time to finish yet and also that a have enough space to add better graphics

Please let me know your thought about it.

P.S.: I’m having a problem when jumping inside the elevator. Try jumping when the elevator is going down and then when it is going up… I think my calculation is missing something… need time to figure it out.

503 Service Unavailable

please give another try. The server was down.

I think your JNLP file points to the incorrect location:


com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost:8080/static/games/java/ElevatorAction4k/elevator4k.jnlp
	at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
	at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
	at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
	at com.sun.javaws.Launcher.launch(Unknown Source)
	at com.sun.javaws.Main.launchApp(Unknown Source)
	at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
	at com.sun.javaws.Main$1.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

oopss I’m sorry I forgot to change while publishing to the server. I also needed to sign the jar. Why do I need to do that? I’ve added some new features:

  • elevator now stops in each floor
  • player is able to control elevator between floors
  • logic to enter and exit from secret doors

still pending:

  • add graphics to replace that ridiculous gray box
  • fix the jump problem when the player is inside the elevator
  • fix building graphics
  • add enemies

You only need to sign the jar if you are going fullscreen, using native libs or reading/writing to the local system.

ps. Good job so far. Looks a lot like the original

If you aren’t using full screen, load native libs, print, read/write files etc… remove the following section from your jnlp and stop signing it.

 	<security>
		<all-permissions/>
	</security>