Just visited
[quote]Hi,
http://users.skynet.be/christophe.keller
Chris
[/quote]
using Firefox under Windows XP, and go the Javascript message ‘This page does not support your browser. A browser version 4.0 or higher is required!’ which is not nice, Firefox being one of the latest browsers.
What is much worse, though, is that the message keeps popping up every time I click ‘Ok’.
Other than that, puuulleez make it webstartable, and lower the requirements to JRE 1.4.x. I think nobody except developers has JRE 1.5 installed by now, and this will probably not change for quite a while.
Originally I had started the game under the beta version of JDK 1.5.0, and got an exception when I first pressed any cursor key:
`
java.lang.NoClassDefFoundError: java/lang/Appendable
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1839)
at java.lang.Class.getConstructor0(Class.java:2151)
at java.lang.Class.newInstance0(Class.java:289)
at java.lang.Class.newInstance(Class.java:271)
at java.util.logging.LogManager.getFormatterProperty(LogManager.java:816
)
at java.util.logging.StreamHandler.configure(StreamHandler.java:59)
at java.util.logging.StreamHandler.(StreamHandler.java:77)
at java.util.logging.ConsoleHandler.(ConsoleHandler.java:71)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:414)
at java.lang.Class.newInstance0(Class.java:318)
at java.lang.Class.newInstance(Class.java:271)
at java.util.logging.LogManager$7.run(LogManager.java:865)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.initializeGlobalHandlers(LogManager.java
:852)
at java.util.logging.LogManager.access$1100(LogManager.java:114)
at java.util.logging.LogManager$RootLogger.getHandlers(LogManager.java:9
78)
at java.util.logging.Logger.log(Logger.java:423)
at pacman.utils.log.GameLogger.log(GameLogger.java:116)
at pacman.utils.log.GameLogger.log(GameLogger.java:91)
at pacman.utils.log.GameLogger.fine(GameLogger.java:85)
at pacman.gameobjects.sprite.pacman.Pacman.moveRequested(Pacman.java:261
)
at pacman.game.state.GameStatePlaying.handleInputPlayingState(GameStateP
laying.java:63)
at pacman.game.state.GameStatePlaying.update(GameStatePlaying.java:38)
at pacman.utils.state.GameStateMachine.update(GameStateMachine.java:28)
at pacman.game.Game.update(Game.java:72)
at pacman.game.Application.run(Application.java:120)
at pacman.Main.main(Main.java:22)
`
Under the current JRE 1.5.0 everything works fine. I wasn’t aware that Sun had added an Appendable to the lang package between the beta and the final version - nice.
As for the game itself, it is quite faithful to the original, as far as I remember, but I agree with the others that it feels very slow (more like ‘wading-through-honey-man’ than Pacman…).
Cheers,
Digitprop