FoonLudum Dare ExplorerLD24 → Mutate

Mutate

By jpatrick

View on Wayback Machine

CategoryRankScoreCount
Coolness1100
Audio4612.14
Humor5451.58
Fun5592.38
Theme6052.28
Overall6442.40
Mood6461.92
Graphics7111.87
Innovation7151.93

Comments

frozencow 2012-08-27 04:26

Nice first entry. I found it funny bullets are moving fluently, but characters are moving in tiles. I first didn't realize, but it makes perfect sense to do so from coding pov. gj

jpatrick 2012-08-27 13:02

Thank you :D I did it tile movement because I didnt really have time to try to get it to be fluid :D

glamdring 2012-08-28 03:40

Getting just a black window on OS/X

thewiseguy99 2012-08-28 03:43

Got stuck and then fell of the level. Hey don't get me wrong I liked it but you should keep at this one.

thewiseguy99 2012-08-28 03:45

Hey liked it and you should keep at this one.

jpatrick 2012-08-28 03:45

Glamdring, anychance you could run it from the terminal and comment with the error you get please? I dont have a mac so I cant test myself :) Thank you

timsterstudios 2012-08-28 03:47

I liked this game because it's like one of the old platformers that you would get on a website in Flash, but it has the nice evolution twist which rewards the player as they continue to play.

fatalcaca 2012-08-28 03:49

The game stays 1s and then quit (WinXp sp3)

jpatrick 2012-08-28 03:51

Did you extract it from the zip?

jpatrick 2012-08-28 03:54

Timster studios Thank you :)

ggiraldez 2012-08-28 04:04

Instructions are misleading! :) I couldn't get it to shoot with the spacebar. Clicking works though. Tile movement is weird. But the high jumping and gliding makes it fun.

mottmatt 2012-08-28 04:10

Hey JPatrick, I ran into some trouble getting your game running. I'm testing this with a Windows 7 32-bit box. Here's some data:

# 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)

maikeroppi 2012-08-28 04:33

Interesting game! I made it to level 8.

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.

lemontree 2012-08-28 04:45

Cool game! Good luck!

dalbinblue 2012-08-28 12:49

Good first attempt. I could not get the game to fire when pressing space-bar (is this a late mutation?)

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.

jpatrick 2012-08-28 13:45

Oh, sorry, shooting is left mouse, I was rushing to add the instructions at the end :) mottmat,your computer does not support opengl, so you wont be able to play, sorry

krides 2012-08-28 14:26

Cannot launch on my MBP :-(

jpatrick 2012-08-28 14:30

can you run it from the terminal and post the error here?

qaterknan 2012-08-28 14:46

I don´t like jumping very much... It is somehow wierd. I don´t know, maybe you fall too slow? And also mutations... I got like 10 of them but there wasn´t any change. (Maybe they will be useful at the end?)
But anyway, it is good game. I am definitely going to play it again. (And again, and again...)

sanguine 2012-08-28 14:49

Nice concept, but the movement was a bit annoying

dekart 2012-08-28 15:02

Black screen in OSX

kayelgee 2012-08-28 15:08

why is there no executable in the windows archive?

faijdherbe 2012-08-28 15:08

black screen on OSX here as well, ran it from terminal (java -jar mutate_osx.jar) got no errors at all.

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

jpatrick 2012-08-28 15:10

Hmm, thank you for running it :) Looks like im gonna have to remove osx download :(

shadowdruid 2012-08-28 15:11

Unusual movement but I like it. Of course it could be better animated.
Some more information about the muations you get would be fine, too.
Good game so far.

jpatrick 2012-08-28 15:15

Yeah, im not the best at graphics :D

kevincorrigan 2012-08-28 15:15

Fun game it took a couple minutes to get used to the controls/speed of the game but i enjoyed it.

davidemo89 2012-08-28 15:16

click to fire with the mouse without being able to aim is not the best. Maybe attack with CTRL or spacebar, I don't know.
btw, good work =)

gidaio 2012-08-28 23:29

It was fun, but the tile-based movement was jarring, and jumping was really awkward.

sidnoea 2012-08-29 01:05

An okay game. One of my problems was I did not know what the mutations were actually doing, since they weren't labeled. Also, on my opinion, the direction of shooting should have depended on where the mouse is relative to the player instead of the last direction the player moved in. Finally, a small design tip: the animation of the player and zombies is choppy, while the bullets move smoothly; you should pick one style or the other, because they don't blend well.

pacifistgames 2012-08-29 01:41

The player physics were pretty strange, and it took me a while to realize I had to press space at the end of each level to continue. Do the mutations do anything? I couldn't tell... Good effort though!

tigerj 2012-08-29 01:49

This game was great. I was having really awesome flashbacks to grade school when my friends and I would make"video games" on construction paper with pens. we Always had some maze thing going on and you needed to get a gun and a key and kill badguys.

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

daydalus 2012-08-29 01:54

Nice job completing your first LD48. Thought the bullets / gravity were a little slow. Also, after completing a few levels I think the "You have 0 mutations" popped up a bunch of times.

whilefun 2012-08-29 01:58

Pretty cool game, but I found the controls and movement very frustrating. I also didn't get any mutations after a few levels, which made me wonder if I'd ever get them. If you tweak the controls/movement, I think it's got some potential for really being fun :)

eatthepath 2012-08-29 02:04

Kept playing until a key spawned on top of the door and made it impossible to get through. passing through messages seems a little flaky too. I like the idea of randomized upgrades, but the player starts out so capable compared to the challenges, they were nearly ignorable.

domnomnom 2012-08-29 03:51

the character jumps way too fast in relation to how fast he falls.
Try not to spam debug output into console; it often decreases performance significantly ;)

plule 2012-08-29 18:35

Haha, silly moving, but funny.

untitledq 2012-08-29 18:36

I was confused the clicking wouldn't shoot in the direction of the mouse but rather your last movement direction - why use the mouse button then? :S

infernet89 2012-08-31 11:42

The only thing who move smoothly is bullets, everything else not.. That was very annoying. Btw, is a good start for the first work ever! Keep doing! :)