JavaGaming.org

July 30, 2010, 09:36:31 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
Advanced search  
Poll
Question: What do you think?
Thumbs up
Thumbs down

Pages: [1]   Go Down
Print
Author Topic: Rocky - the illegal pool jumper  (Read 2429 times)
0 Members and 1 Guest are viewing this topic.
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« on: August 02, 2009, 10:53:26 pm »

Ok...finally I got finished. May I present:"Rocky-The illegal pool jumper"

Try to bend down the pole and with getting more than 1100 points (not as said 1000 in the ingame-instructions) you will make it to the other side Cheesy

I hope the applet is working for everyone. It is tested on Windows XP with Java6. At my home computer it is only working in internet-explorer!? At the office even on firefox. Let's have a try:

Applet: http://thomas.trocha.com/jgo/rocky.html
download: http://thomas.trocha.com/jgo/rocky.zip (4mb)
(Due to some problems with the applet version I was allowed to upload a not modified standalone-version)



Have a nice day, ToM
« Last Edit: August 25, 2009, 04:19:01 pm by dertom » Logged
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #1 on: August 02, 2009, 11:17:38 pm »

1802 to beat Cheesy
Logged
kevglass
Sr. Member
****
Offline Offline

Gender: Male
Posts: 263


Mentally unstable, best avoided.


View Profile WWW
« Reply #2 on: August 03, 2009, 01:27:14 am »

Loaded fine, looks really interesting. What am I sposed to do, i press left/right ctrl when I'm told and the little bar bends down... but nothing else?

Kev
Logged

pjt33
JGO Ninja
*****
Offline Offline

Posts: 599


View Profile
« Reply #3 on: August 03, 2009, 01:39:04 am »

Needs alternative keys for people with laptops.
Logged
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #4 on: August 03, 2009, 01:40:47 am »

With little bar you mean the pole!? Or the time-bar?

@kev:
Well,...yes the game is just about reaction! The faster you hit the key you should the more points you get!
And only if you get more then 1100 points Rocky will make it to the pool! I know,...not the burner but hey I
had only 10h time... Cheesy

@pjt33:
oh,..I will fix that after work! Didn't take that in account!
« Last Edit: August 03, 2009, 01:42:37 am by dertom » Logged
Alric
Jr. Member
**
Offline Offline

Posts: 71


View Profile WWW
« Reply #5 on: August 03, 2009, 07:26:30 am »

That's great for 10 hours work.
Seemed not to respond quick on some key presses, so I had to press the key twice or hold it down.
As always with this sort of game the best part is launching him into the wall  Grin
Logged

Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #6 on: August 03, 2009, 09:04:18 am »

Hm, didn't run on Safari or Firefox, Mac OS X 10.5.7, Java 6.
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #7 on: August 03, 2009, 09:34:48 am »

@Demonpants:
Hmm,..I had some problems with my firefox (windows) as well. If it is ok with the rules I will release the game as download without changing the code!?

@Alric:
Hehe...yes, most of the time was used for that animations! I'm always quite good in finding the wrong priorities. But for me the games is okay although in comparison with the game-masters' blockbusters it has not much gameplay Cheesy .

Logged
Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #8 on: August 03, 2009, 09:54:14 am »

@Demonpants:
Hmm,..I had some problems with my firefox (windows) as well. If it is ok with the rules I will release the game as download without changing the code!?

@Alric:
Hehe...yes, most of the time was used for that animations! I'm always quite good in finding the wrong priorities. But for me the games is okay although in comparison with the game-masters' blockbusters it has not much gameplay Cheesy .



Yeah go ahead and put in a downloadable version, just make it on your honor that it's the same.
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #9 on: August 03, 2009, 10:58:47 am »

Of course,...I'm still much to tired for changing anything! The only task for today is watch football on tv (fortuna duesseldorf-hsv) Cheesy

Here is the link:

http://thomas.trocha.com/jgo/rocky.zip (4mb)
Logged
Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #10 on: August 03, 2009, 11:59:48 am »

Hm...

Code:
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available (implies -server, only for x86_64)
    -client   to select the "client" VM
    -server   to select the "server" VM
    -jvm   is a synonym for the "client" VM  [deprecated]
    -hotspot   is a synonym for the "client" VM  [deprecated]
                  The default VM is client.
                 
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
-bash: libs/jinput.jar: cannot execute binary file
-bash: libs/jme.jar: cannot execute binary file
-bash: libs/jme-ogrexml.jar: cannot execute binary file
-bash: libs/jme-awt.jar: cannot execute binary file
-bash: libs/jme-game: No such file or directory
-bash: libs/jme-model.jar: cannot execute binary file
-bash: libs/lwjgl.jar: cannot execute binary file
-bash: libs/lwjgl_util.jar: cannot execute binary file

That's after cd-ing into the rocky directory, and getting rid of an extra semicolon you had.
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #11 on: August 03, 2009, 02:36:46 pm »

Well,...ok! I made the linux batch blind (cause I had no linux working at the moment) and that was the problem! Linux uses : as seperator instead of ; 

Ok,..that's it for me! It was a pleasure to compete with the best! Next time I will get minimum two thumbs up! *lol*

Adios...
Logged
Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #12 on: August 03, 2009, 02:58:48 pm »

Even when I do:

Code:
java -Djava.library.path=./native_libs -classpath libs/rocky.jar:libs/jinput.jar:libs/jme.jar:libs/jme-ogrexml.jar:libs/jme-awt.jar:libs/jme-game states.jar:libs/jme-model.jar:libs/lwjgl.jar:libs/lwjgl_util.jar org.tomtro.inpool.Inpool

It gives me:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: states/jar:libs/jme-model/jar:libs/lwjgl/jar:libs/lwjgl_util/jar
Caused by: java.lang.ClassNotFoundException: states.jar:libs.jme-model.jar:libs.lwjgl.jar:libs.lwjgl_util.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:402)

Implying that it doesn't like those : 's after all...  Undecided
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
dertom
JGO n00b
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #13 on: August 03, 2009, 03:21:53 pm »

maybe it is because of the space between :libs/jme-game states.jar:
Logged
Ranger
Sr. Member
****
Offline Offline

Gender: Male
Posts: 313


Vroom!


View Profile
« Reply #14 on: August 03, 2009, 08:39:49 pm »

Worked great for me.  Great gfx.  Game play was a little on the simple side, but awesome job for the amount of time.
Logged
Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #15 on: August 04, 2009, 08:46:41 am »

maybe it is because of the space between :libs/jme-game states.jar:
Good call, I didn't see that.

Yup, that did it.

Code:
java -Djava.library.path=./native_libs -classpath libs/rocky.jar:libs/jinput.jar:libs/jme.jar:libs/jme-ogrexml.jar:libs/jme-awt.jar:libs/jme-gamestates.jar:libs/jme-model.jar:libs/lwjgl.jar:libs/lwjgl_util.jar org.tomtro.inpool.Inpool

Although amusingly enough I have no right control so I still can't play on this computer.  Grin I'll plug a keyboard in later.
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
Demonpants
Global Moderator
JGO Kernel
*****
Offline Offline

Gender: Male
Posts: 2539


Live Engineer at ngmoco:)


View Profile WWW
« Reply #16 on: August 04, 2009, 09:50:11 am »

I was finally able to play it - got 1704 the second time I tried.

The gameplay is a little too simple for the length of time it lasts - either make it a bare bones game where you only have to press like three different times, or increase the complexity, maybe making it like Simon Says or something. Basically the build up was not worth the payoff.
Logged

See my work:
OTC Software


Current Project(s):
Agent: 00PK
Voodoo Vendetta
DzzD
JGO Kernel
*********
Offline Offline

Gender: Male
Posts: 1719



View Profile WWW
« Reply #17 on: August 07, 2009, 11:32:30 am »

thumbed down


+
original idea
applet

-
two security popup
graphics
no sounds
long loading before start
not polished
Logged

Pages: [1]   Go Up
Print
 
Jump to: