Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Out Run 4K [Work In Progress]  (Read 2301 times)
0 Members and 1 Guest are viewing this topic.
Offline zeroone
« Posted 2010-12-01 00:38:42 »

http://meatfighter.com/java4k2011/outrun4k/





Offline SimonH
« Reply #1 - Posted 2010-12-01 05:09:10 »

Really good!  Grin

Heroes' Keep is in development.
Meanwhile try Bloodridge
Offline Mickelukas

JGO Ninja


Medals: 39
Projects: 2


Java guru wanabee


« Reply #2 - Posted 2010-12-01 11:07:13 »

Didn't work Sad

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
load: class a.class not found.
java.lang.ClassNotFoundException: a.class
   at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://meatfighter.com/java4k2011/outrun4k/a/class.class
  at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   ... 9 more
Exception: java.lang.ClassNotFoundException: a.class

Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline pjt33
« Reply #3 - Posted 2010-12-01 11:49:24 »

That is an immensely frustrating game. If I hit the back of a car I get flung back through other cars, and I seem to have two speeds: stopped or moving, which means that passing the first big cluster of cars if I don't get perfectly lined up I have to sit and let them get away from me to have space to steer back into line.
Offline Abuse

JGO Coder


Medals: 2


falling into the abyss of reality


« Reply #4 - Posted 2010-12-01 13:27:36 »

Didn't work Sad

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
load: class a.class not found.
java.lang.ClassNotFoundException: a.class
   at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://meatfighter.com/java4k2011/outrun4k/a/class.class
  at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   ... 9 more
Exception: java.lang.ClassNotFoundException: a.class


http://meatfighter.com/java4k2011/outrun4k/a/class.class  Huh

That looks like a bug in the Sun class loader  Shocked

Java version? Browser version? OS?

Make Elite IV:Dangerous happen! Pledge your backing at KICKSTARTER here!
Offline pjt33
« Reply #5 - Posted 2010-12-01 13:42:51 »

http://meatfighter.com/java4k2011/outrun4k/a/class.class  Huh

That looks like a bug in the Sun class loader  Shocked

Java version? Browser version? OS?
It's a very well known bug (so familiar that I didn't realise it was a bug until I just looked at the doc). The <applet> tag's code attribute shouldn't end in .class, despite what the doc says.

Offline Riven
« League of Dukes »

JGO Overlord


Medals: 438
Projects: 4


Hand over your head.


« Reply #6 - Posted 2010-12-01 13:44:20 »

The plugin basically does a heuristic... it makes more and more variations of that the URL might be like, until it runs out. It's a big mess, but it's probably there for backwards-compatibility.

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Offline zeroone
« Reply #7 - Posted 2010-12-03 01:36:39 »

Quote
It's a very well known bug (so familiar that I didn't realise it was a bug until I just looked at the doc). The <applet> tag's code attribute shouldn't end in .class, despite what the doc says.

I updated my web pages, omitting .class in the applet tags.  I assumed that it was failing under Mac OS X because of pack200.  If it is due to this, then that's actually great news.  I thought I was going to have to deploy an uncompressed version as well.
Offline Eli Delventhal
« League of Dukes »

JGO Kernel


Medals: 39
Projects: 12


Game Engineer


« Reply #8 - Posted 2010-12-03 01:39:48 »

I updated my web pages, omitting .class in the applet tags.  I assumed that it was failing under Mac OS X because of pack200.  If it is due to this, then that's actually great news.  I thought I was going to have to deploy an uncompressed version as well.
Maybe so. Now it can't find class a... so it could be pack200.

See my work:
OTC Software
Offline zeroone
« Reply #9 - Posted 2010-12-03 01:43:15 »

Quote
Maybe so. Now it can't find class a... so it could be pack200.

Write once, run anywhere, right?  Ugh.
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline appel

JGO Ninja


Medals: 35
Projects: 5


I always win!


« Reply #10 - Posted 2010-12-03 03:03:14 »

I made it to the Ice track Smiley

Check out the 4K competition @ www.java4k.com
Check out GAMADU (my own site) @ http://gamadu.com/
Offline zeroone
« Reply #11 - Posted 2011-02-22 00:42:57 »

<a href="http://www.youtube.com/v/wsrmo9Js8d0?fs=1&amp;amp;hl=en_US" target="_blank">http://www.youtube.com/v/wsrmo9Js8d0?fs=1&amp;amp;hl=en_US</a>

http://www.youtube.com/watch?v=wsrmo9Js8d0

Offline Ranger
« Reply #12 - Posted 2011-02-22 06:47:40 »

Oooh, those cars that swerve into you!!!  Brilliant frustrating fun!
Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #13 - Posted 2011-02-22 06:52:16 »

Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!

Offline woogley
« Reply #14 - Posted 2011-02-22 16:33:47 »

Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!

zeroone is no stranger to homegrown 3D. If you think this is cool, you should check out his labyrinth post .. http://meatfighter.com/labyrinth/
Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #15 - Posted 2011-02-22 21:18:54 »

Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!

zeroone is no stranger to homegrown 3D. If you think this is cool, you should check out his labyrinth post .. http://meatfighter.com/labyrinth/
Thanks a bunch! However, that is too complicated for me to understand Tongue
Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?!
I thought I was quite a good programmer until I saw that Sad

Offline zeroone
« Reply #16 - Posted 2011-02-22 21:57:22 »

Quote
Thanks a bunch! However, that is too complicated for me to understand
Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?!


When I get a chance, I will post a detailed description of the algorithm.  Until then, my other post on 3D graphics, http://meatfighter.com/juggler/, may provide some insight. 
Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #17 - Posted 2011-02-22 22:40:40 »

Quote
Thanks a bunch! However, that is too complicated for me to understand
Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?!


When I get a chance, I will post a detailed description of the algorithm.  Until then, my other post on 3D graphics, http://meatfighter.com/juggler/, may provide some insight. 
Dude I'm still in 10th grade in High School and I just started trigonometry!
All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh* Sad

Offline zeroone
« Reply #18 - Posted 2011-02-22 23:08:48 »

Quote
Dude I'm still in 10th grade in High School and I just started trigonometry!
All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh*

Doh! 

There is actually very little calculus involved.  It's mainly trigonometry, geometry and linear algebra.  Pay attention in trig class.  Smiley
Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #19 - Posted 2011-02-22 23:16:29 »

Quote
Dude I'm still in 10th grade in High School and I just started trigonometry!
All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh*

Doh! 

There is actually very little calculus involved.  It's mainly trigonometry, geometry and linear algebra.  Pay attention in trig class.  Smiley
Ooooh I LOVE trig. In fact I LOVE math! Smiley

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Try the Free Demo of Revenge of the Titans

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
hobbles (6 views)
2013-05-22 00:54:55

cubemaster21 (74 views)
2013-05-17 21:29:12

alaslipknot (86 views)
2013-05-16 21:24:48

gouessej (115 views)
2013-05-16 00:53:38

gouessej (110 views)
2013-05-16 00:17:58

theagentd (121 views)
2013-05-15 15:01:13

theagentd (110 views)
2013-05-15 15:00:54

StreetDoggy (155 views)
2013-05-14 15:56:26

kutucuk (177 views)
2013-05-12 17:10:36

kutucuk (174 views)
2013-05-12 15:36:09
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.149 seconds with 22 queries.