Wumplus World

Wumplus World

http://neonairgames.net/games/wumplus/screen3.png

Hello everyone, this is my first time posting here on Java-Gaming.org. I would like to present a game I developed this semester as a project for an artificial intelligence class: Wumplus World!

Wumplus World is a variation of a simple dungeon-crawler game called Hunt the Wumpus. The hero must explore a dark cave to try to find the gold hidden within. However, the the cave is also filled with pits and it is home to the smelly, ill-tempered Wumpus who wants to eat the hero! The cave is also home to the Wumpus’s friendlier cousin, the Supmuw! The hero’s goal is to find the gold, not die, and escape back to the entrance of the cave.

Further instructions are included in-game. The user can choose to either play the game in human-controlled mode, or watch the game’s artificial intelligence agent to try to navigate the cave.

Download:

http://neonairgames.net/games/wumplus/WumplusWorld.zip

Hi

What about using Java Web Start or an applet instead of a ZIP file?

The presentation is nice but when I tried to play with it, it became extremely slow, the sound was jumpy, it was totally unplayable. Good luck.

That’s strange. I’m not experiencing any lag or jumpy sounds at all.

Since this was for the most part an academic project, I’ve also released an open-source zip of the game. That can be downloaded here: http://neonairgames.net/games/wumplus/wumplusSource.zip

If anyone has any idea why it is being laggy/sound jumpy for some users and has some advice on how to fix it, please let me know.

My computer isn’t very powerful but I can play with Starcraft 2 without any problems for example. I will look at your source code. Do you plan to use something easier to install your game?

Maybe use Paul Lamb Sound Library with its JavaSound plug-in instead of your own classes.

I don’t think it’s difficult to install. Just extract the zip contents and run the shortcut to the game’s jar file.

At first, the shortcut does not work on Linux, I had to run the game in command line. If you target a larger audience (not only programmers), you should use something easier to run your game. It would be fine if the game was able to find the files containing the maps without any manipulation. I admit that it is not too difficult to install but someone with no technical background won’t look for the files containing the maps. Do you see what I mean?

ok, I understand now. I haven’t tested my game in a Linux environment.

Thankyou for including a screenshot.

Did the OP change his username? I think it has no [Neonairgames] before.

btt, current control is direction based on rabbit’s view. I suggest alternative option to make it player’s view (no matter which direction the rabbit faces, like bomberman or pacman). Nice game.

It seems to be a nice game, that is why I think it deserves something better than a ZIP. You did the biggest part of the job. If you put the default maps into the JAR, I can write a JNLP file for you. I’m a bit tough but I’m here to help people.

ReBirth: No, it that’s how my username originally appeared since I registered yesterday.

I liked your project. I made ​​a small modification. My fork: https://bitbucket.org/kolipass/wumlpus

I liked your project. I made ​​a small modification. My fork: https://bitbucket.org/kolipass/wumlpus