Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Elevator4k [WIP]  (Read 1707 times)
0 Members and 1 Guest are viewing this topic.
Offline luisoft

Sr. Member
**

Posts: 286


Java games rock!


« on: 2009-01-07 17:32:55 »

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



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.
Offline appel

JGO Wizard
****

Posts: 1477
Medals: 23


I always win!


« Reply #1 on: 2009-01-09 14:59:14 »

503 Service Unavailable

Check out the 4K competition @ www.java4k.com
Check out GAMADU (my own site) @ http://gamadu.com/
Offline luisoft

Sr. Member
**

Posts: 286


Java games rock!


« Reply #2 on: 2009-01-09 17:08:22 »

please give another try. The server was down.
Games published by our own members! Go get 'em!
Offline Ranger

Sr. Member
**

Posts: 340
Medals: 1



« Reply #3 on: 2009-01-09 23:32:42 »

I think your JNLP file points to the incorrect location:
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
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)
Offline luisoft

Sr. Member
**

Posts: 286


Java games rock!


« Reply #4 on: 2009-01-10 07:47:14 »

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
Offline CaptainJester

JGO Neuromancer
****

Posts: 1138
Medals: 8


Make it work; make it better.


« Reply #5 on: 2009-01-10 10:10:01 »

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:
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

Offline oNyx

JGO Kernel
*****

Posts: 2943
Medals: 5


pixels! :x


« Reply #6 on: 2009-01-10 12:07:42 »

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.

1  
2  
3  
    <security>
      <all-permissions/>
   </security>


弾幕 ☆ @mahonnaiseblog
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.109 seconds with 22 queries.