Hi!
I’m a fan of Java programming and in my spare time I’ve developed a little game, called Fuzzy.
You can find all info here:
Have fun!
and source code here:
p.s: Fuzzy source code is inside a library I’ve wrote with Tommy (another Java developer), named MarteEngine, please see on wiki for more informations!
Really good looking game! It ran smoothly and was quite fun. I do want to suggest adding checkpoints because it got very annoying to restart the entire level when I fall off the map near the end, agghhhhhh.
An applet version would be nice for those who don’t like to download things.
Nice little game! I found level select a bit confusing (see above 2 posts), otherwise it was pretty straightforward. Also, the collision seems odd, e.g. if I touch a crawling slime thing from the right side, it doesn’t hurt me.
Here’s a linux version for others to try. Execute the ‘run’ file from the terminal (tested with ubuntu 10.04 / sun-java-6):
I can do it but a casual gamer (not a coder) would not accept to do it and more than 8% desktop computers use Mac OS (about 1% use Linux :(). The JAR is provided (FuzzyMain.jar), it would not be difficult to use an applet or Java Web Start, sign all JARs with the same certificate, just add one line into the JNLP file to load LWJGL and one line per JAR (some libraries are in /lib inside the ZIP file). If the author does not like applets and Web Start, he can use GetDown, NetX, IzPack or any other cross-platform installer. I expect from a Java game to work on the major families of operating system, not only Windows
Good piece of news Thank you. I’m going to test it immediately.
Edit.: The Linux version works fine (only on 64 bits machine). It is nice to hear than OpenAL just works fine The game is nice and fluid, I played with it a few minutes, this is a good base for a larger platformer.
I like the music in-game.
Jumping should never be UP/W, you always should jump with a button (well its a keyboard here…) but I just usw X, and space should be jumping too
up to jump is a no-no =D
also the camera is kinda unstable… hard to explain but everybody should notice, sometimes its not smooth and jerks around; yeah hard to explain
graphically polished
how many levels can you play / finish ? not sure if I just dont find the way in level 3 ;D
didn’t work for me on mac, so took the liberty to create a cross platform jar ;D, get it here. Should work just by double clicking it (on mac, linux and windows or alternatively run from cmd prompt using “java -jar fuzzy-v1.0.jar”.