Soviet Snowman Versus the Capitalist Pigs by MarthMadness
Edit: Security problem has been fixed. Download the .jar to play the game. Only been tested on windows 8.1. Please post any other problems you have to the comments and thank you for your patience.
Help the Soviet Snowman Fight off the Capitalist Pigs invading his area! Use the arrow keys to throw hammers in that direction. Click in side of the applet window to begin.
Ratings
| Coolness |
42% |
1631 |
| Overall |
2.48 |
1125 |
| Fun |
2.48 |
1016 |
| Graphics |
2.14 |
1101 |
| Humor |
2.90 |
304 |
| Innovation |
2.29 |
1061 |
| Theme |
3.33 |
877 |
Feedback
I get a score thingy, then a game over screen.
Java 7/Firefox 34/Win8 (64bit)
After some attempts, I managed to launch the game and got the same problem as FloatingGhost.
Java 7/Firefox whatever/Win7 (32bit)
(this is on OSX)
I have java 7, widows 7, maybe I need java 8? Would suprise me, after looking at the source.
I did extract the files(so that's not the problem).
I checked file capitalisation(because that's a common problem...).
My 2 cents:
I noticed you didn't put all the resources in the .jar
Instead of:
Snowman = ImageIO.read(new File("asdf\\SovietSnowman.png"));
put:
Snowman = Snowman.read(ImageLoader.class.getResourceAsStream("SovietSnowman.png"));
And put your image in the package of the same class.
That way you can ship a simple single runnable .jar file.
I also noticed the source folder you give is missing some images (like splash.png)
Hope any of this helps.