This game is basically going to be a multiplayer fight-em-up similar to double dragon and river city ransom. Currently, most of the framework has been set up. I’m struggling with some graphics issues and some bad network programming on my part that I hope to remedy, but I hope it will soon turn into a really fun game where you can log on and beat up some thugs with your friends.
NOTE Sometimes, the applet likes to go really slow (3-4 fps), when this happens, just scroll to the right and then scroll back, and that usually fixes it. I’m still trying to figure out why that is happening.
NOTE The network code for the applet is even worse than the standalone code, because applets can’t bind to a local udp port, so I had to use tcp. When the game becomes more playable, I’ll release the standalone client, which uses UDP for updating.
Here’s a link:
http://ucfpawn.homelinux.com/java/twinserpents/client/GameApplet.html
Directions: Click the log in button to log in, and then wait while the graphics are loading (might take awhile).
wsad keys moves your character around. j jumps, k kicks, and l punches. you can use k to jumpkick if you are in midair.