Mutate by JPatrick
Sorry for no OSX download, game blackscreens on osx with no error
You have to extract it from the zip for it to work :)
My first ludum dare :D
Level up by killing zombies, each level gives a new mutation. Can you get the right mutations to survive?
See the How to play section in game for details, use W and S to navigate the main menu, enter to select
You have to extract it from the zip for it to work :)
My first ludum dare :D
Level up by killing zombies, each level gives a new mutation. Can you get the right mutations to survive?
See the How to play section in game for details, use W and S to navigate the main menu, enter to select
Ratings
| Coolness | 100% | 1 |
| Overall | 2.40 | 644 |
| Audio | 2.14 | 461 |
| Fun | 2.38 | 559 |
| Graphics | 1.87 | 711 |
| Humor | 1.58 | 545 |
| Innovation | 1.93 | 715 |
| Mood | 1.92 | 646 |
| Theme | 2.28 | 605 |
# java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
# java -jar mutate_windows.jar
Tue Aug 28 00:00:39 EDT 2012 INFO:Slick Build #274
Tue Aug 28 00:00:39 EDT 2012 INFO:LWJGL Version: 2.8.4
Tue Aug 28 00:00:39 EDT 2012 INFO:OriginalDisplayMode: 1920 x 1080 x 32 @59Hz
Tue Aug 28 00:00:39 EDT 2012 INFO:TargetDisplayMode: 640 x 400 x 0 @0Hz
Tue Aug 28 00:00:39 EDT 2012 ERROR:Pixel format not accelerated
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:228)
at org.lwjgl.opengl.Display.createWindow(Display.java:303)
at org.lwjgl.opengl.Display.create(Display.java:845)
at org.lwjgl.opengl.Display.create(Display.java:754)
at org.newdawn.slick.AppGameContainer.tryCreateDisplay(AppGameContainer.java:299)
at org.newdawn.slick.AppGameContainer.access$000(AppGameContainer.java:34)
at org.newdawn.slick.AppGameContainer$2.run(AppGameContainer.java:364)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:345)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at me.jack.LD24.Main.Main.main(Main.java:31)
at me.jack.LD24.Main.Frame$1.run(Frame.java:34)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Error starting Mutate
org.newdawn.slick.SlickException: Failed to initialise the LWJGL display
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:375)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at me.jack.LD24.Main.Main.main(Main.java:31)
at me.jack.LD24.Main.Frame$1.run(Frame.java:34)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
A few notes:
-I couldn't shoot with spacebar. After a while, I figured out I could click (left mouse button) to shoot.
-It seems like gravity is entirely single tile based which takes some getting used to. In particular, it seems like when you land on a tile, it takes about a second to be able to jump again.
-It took a bit to notice the enemies don't hurt the player, they shift they player by a tile space left or right.
Nifty things:
-The shooting portion is pretty fun. I like the speed you can fire.
-Graphics and sound effects are pretty nice.
I also found that sometimes enemies would bunch up on the edge of a platform and stay there, making it difficult, if not impossible to make it to that platform and making the level unwinnable.
But anyway, it is good game. I am definitely going to play it again. (And again, and again...)
output:
Tue Aug 28 17:06:02 CEST 2012 INFO:Slick Build #274
Tue Aug 28 17:06:02 CEST 2012 INFO:LWJGL Version: 2.8.4
Tue Aug 28 17:06:02 CEST 2012 INFO:OriginalDisplayMode: 1280 x 800 x 32 @0Hz
Tue Aug 28 17:06:02 CEST 2012 INFO:TargetDisplayMode: 640 x 400 x 0 @0Hz
Tue Aug 28 17:06:03 CEST 2012 INFO:Starting display 640x400
Tue Aug 28 17:06:03 CEST 2012 INFO:Use Java PNG Loader = true
Loading: net.java.games.input.OSXEnvironmentPlugin
Tue Aug 28 17:06:03 CEST 2012 INFO:Found 0 controllers
false
New Tile made
New Tile made
New Tile made
New Tile made
New Tile made
Tue Aug 28 17:06:05 CEST 2012 INFO:Initialising sounds..
Tue Aug 28 17:06:05 CEST 2012 INFO:- Sound works
Tue Aug 28 17:06:05 CEST 2012 INFO:- 64 OpenAL source available
Tue Aug 28 17:06:05 CEST 2012 INFO:- Sounds source generated
Some more information about the muations you get would be fine, too.
Good game so far.
btw, good work =)
This really hit home for me. Thanks for this game.
I had problems first with win7 but I looked at the settings in security and unchecked some crap. Here is a screen shot of what was stopping windows 7 from "dealing with it"
http://i.imgur.com/LuD9I.png
Try not to spam debug output into console; it often decreases performance significantly ;)