Pixel Slaughter!

Can you resist the retro appeal of Pixel Slaughter!? (hint: no, you can’t)

Play it here (latest build v0.5)

It’s a game about shooting, pixelly gibs and nostalgy (not exactly in that order). It runs as an applet and is written using libgdx.
What do you think about it? Do you want more? :slight_smile:

Like :slight_smile:

Cas :slight_smile:

Very nice!

I tried 13 times before I unlocked the bubble bobble level :slight_smile:

Did no run…


basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
java.lang.Exception: JNLPClassLoaderUtil: couldn't find a valid JNLPClassLoaderIf
	at com.sun.jnlp.JNLPClassLoaderUtil.getInstance(JNLPClassLoaderUtil.java:59)
	at com.sun.jnlp.JnlpLookupStub.findService(JnlpLookupStub.java:37)

...

This occurred while 'Switching applet'
null
java.lang.reflect.InvocationTargetException
	at java.awt.EventQueue.invokeAndWait(EventQueue.java:1034)
	at org.lwjgl.util.applet.AppletLoader.run(AppletLoader.java:778)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.UnsatisfiedLinkError: Can't load /Users/joakimj/Library/Caches/Java/cache/lwjglcache/pixelslaughter.s3.amazonaws.com/PixelSlaughter/natives/libgdx.jnilib
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1715)

On OS X, so that is just about normal…
Happened after some loading and 2 security popups.

A quick check reveals that libgdx.jnilib is indeed missing from the mac native jars.

p.s. the al_errorcolor parameter is no longer used by lwjgl, so can be removed.

controls blow using a notebook imo, otherwise looks fun

I love the polish but it’s too frenzied for an oldie like me.
Good stuff tho… …can you make the levels a bit wider (maybe scrolling?) so I can get to some good sniper spots?

The graphics looks really nice. But how do I shoot?

Thanks for all the feedback!

[quote=kappa]A quick check reveals that libgdx.jnilib is indeed missing from the mac native jars.
[/quote]
Indeed it is… Unfortunately I don’t own a Mac and can’t build it myself.

[quote=Matzon]controls blow using a notebook imo
[/quote]
Right, it’s almost impossible to play without a mouse. I’ll think about keyboard-only controls, with Liero/Worms style aiming.

[quote=SimonH]can you make the levels a bit wider (maybe scrolling?) so I can get to some good sniper spots?
[/quote]
My base idea was to make it an one-screen shooter, so I probably won’t add any real scrolling.

[quote=fruitmaze]But how do I shoot?
[/quote]
Aim with your mouse, shoot with left mouse button. It’s all explained in the tutorial.

Installation: +1 point if the game installs and uninstalls correctly
Stability: +1 point if the game doesn’t crash ever
Presentation: +1 point if the game is slickly presented
Graphics: +1 point if the game has “good” graphics that suit the game
Sound: +1 point if the game has “good” sound that suit the game
Style: +1 point if the game’s overall style is “good”

Innovation: +0 point if the game is original or brings a great new original twist - arena shooters are nice but not something very innovative.

Fun Factor: +0 point if your judge enjoyed playing the game - its decent but gameplay can get repetitive after a while of playing however nice for short bursts.

Completeness: +1 point if the game is complete enough that doesn’t feel anything is missing - feel that there could be more added into the game to add even more re-playability see Super Crate Box.

Freebie: +1 point if you don’t whine and you demand nothing of the mods (simply saying “can you rate my game please” is fine)

8/10

overall really and polished, IMO belongs in the featured section.

FEATURED

I want to play. Fix that library for Mac!

Indeed it is… Unfortunately I don’t own a Mac and can’t build it myself.
[/quote]
Here’s the issue that’s causing this, and the solution.

http://code.google.com/p/libgdx/issues/detail?id=339

On Mac too, want to play.

Mac users, please check if it works now.

It grabbed my mouse, and somehow crashed. Leavin my locked mouse in the appletwindow.
This is not nice.

(Ubuntu 11.04, Sun 6 JRE, Chromium)

You should insert some exitkey for grabbing the mousepointer.

From the bottom of the game’s page: “ESC to release mouse” :slight_smile:

You make great game play and experience.

On Mac with Chrome, the screen remained black. Music played, however.

Simple reason for that, Apple made change to Java which broke all OpenGL applets, simple fix is to use LWJGL 2.8+, above game uses LWJGL 2.7.1 hence why it displays blank screen.

Very nice game ;D

Sweet. Care to upgrade to 2.8, Thotep?