FoonLudum Dare ExplorerLD31 → Carrot Chaos

Carrot Chaos

By dramentiaras

View on Wayback Machine

CategoryRankScoreCount
Coolness275
Humor2902.93
Fun4053.24
Graphics4883.19
Mood6462.84
Audio6982.44
Overall7113.05
Theme7943.41
Innovation8562.69

Comments

mopz 2014-12-08 12:47

All I get is a black screen, Windows 8.1

dramentiaras 2014-12-08 17:48

I see, can you try running the jar using command prompt, using the command:

java -jar carrot_chaos.jar

This will hopefully print an error message.

oskardevelopment 2014-12-08 18:21

Snowman! Looks good! Thanks for the game and Merry Christmas!

eponesh 2014-12-08 18:45

Remember me a old mobile game! Great game:)

davesoft 2014-12-08 18:59

On windows 8 it vanishes as soon as it opens. I'll try again later

vekjeft 2014-12-08 19:39

Osx 10.9.5:
java -jar .....

Error in texture program linking.
Succesfully loaded texture: textures/tileset.png
Succesfully loaded texture: textures/entities.png
Succesfully loaded texture: textures/gui.png
Succesfully loaded texture: textures/font.png
Loaded sound: ambient
Loaded sound: throw
Loaded sound: carrot_pickup
Loaded sound: hurt
Loaded sound: footstep
Loaded sound: hit
Loaded sound: scarf_pickup
1

pietdagamer 2014-12-08 19:40

I like the health/heat system!

mokosha 2014-12-08 19:52

Really good art! It was a little difficult using my keyboard, because each hand has different arrow keys. :( Also, I think that there's a bug when you get pinned by a snowman you get instakilled.

qleonetti 2014-12-08 19:53

Black screen on osx :(

andresgames 2014-12-08 19:58

All I get is the black screen aswell. (Windows 8.1) after running the java thing I got same as @vekjeft.
Error in texture program linking.
Succesfully loaded texture: textures/tileset.png
Succesfully loaded texture: textures/entities.png
Succesfully loaded texture: textures/gui.png
Succesfully loaded texture: textures/font.png
Loaded sound: ambient
Loaded sound: throw
Loaded sound: carrot_pickup
Loaded sound: hurt
Loaded sound: footstep
Loaded sound: hit
Loaded sound: scarf_pickup

dramentiaras 2014-12-08 20:03

@vekjeft Try to download the new version and try again, I didn't fix any thing, just added more debug info printed.

arrowthroughhiseye 2014-12-08 20:03

19 carrots and 2 scarves :p
It was pretty fun, I liked the graphics. Thought it was weird to have separate controls for moving and shooting, expected to just shoot in the same direction you were facing, but it actually made it way easier.

-10 for using snowmen though :P

jupiter_hadley 2014-12-09 04:08

Love the snowman. :) I Included it in part 2 of my Ludum Dare 31 compilation video series, if you would like to check it out :) http://youtu.be/QrqYJieiXWs

infectionteam 2014-12-09 07:16

Lol, snowman! XD

mechanicallife 2014-12-09 17:11

I love the half submerged snowmen!

spartanicecream 2014-12-09 19:52

Nice!

geckojsc 2014-12-09 19:58

Hey, I got an exception when launching (using java 1.7)
Maybe it's a problem on my end, graphics drivers or something?

D:\Games\LD31>java -jar carrot_chaos.jar
org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context)
at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
at org.lwjgl.opengl.Display.create(Display.java:850)
at org.lwjgl.opengl.Display.create(Display.java:797)
at com.goudagames.ld31.base.Launch.main(Launch.java:24)
Exception in thread "main" java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glViewport(GL11.java:3261)
at com.goudagames.ld31.render.RenderEngine.<init>(RenderEngine.java:238)

at com.goudagames.ld31.render.RenderEngine.init(RenderEngine.java:186)
at com.goudagames.ld31.base.Launch.main(Launch.java:33)

odefus 2014-12-09 20:01

I think I got 28 carrots on my best run before I got surrounded by snowmen who then proceeded to play pong with my character. Could use pathfinding for the snowmen. Enjoyable game anyway.

dramentiaras 2014-12-10 17:35

@geckojsc It looks like a driver problem, check what OpenGL version your drivers are compatible with, they need to have support for OpenGL 3.3

magnontobi 2014-12-10 19:05

Really enjoyed this one, except for the occasional lag spike or two. ;)

cxsquared 2014-12-10 19:07

It crashes on launch for me. I'm on osx. I get a here's a link to the error http://pastebin.com/m5EFRfc7

grid96 2014-12-10 20:59

Great job. Looks awesome and makes fun playing it.

f7f5 2014-12-10 21:07

Simple but catchy. I got to 25 carrots.

gemberkoekje 2014-12-11 16:10

Not a bad effort, I feel like you could've given a bit more feedback on hitting things, if only a bit slower speed or something. It was pretty hard, and not really obvious how you get the scarfs (i guess they were rare drops?)
Graphics looked good, the game was a pretty fun arcade entry.
You could've done a bit more with the theme, but other than that, good effort!

slothmachine 2014-12-11 17:30

Nice animation in falling carrots :) Controls feel nice. Good job.

ynots 2014-12-12 14:31

NICE GAME..

bthedestroyermc 2014-12-12 20:17

Doesn't run on OS X

lasty 2014-12-12 23:56

Very cool.. One of the more polished entries :D (Think my high score was 35 carrots before I got swarmed and cornered)

I like the ingenious way of introducing the controls via the help screens at the start (blocking until you press W and up)

Would have been nice to see all scarved snowmen drop scarves. I either got really unlucky dice rolls or they have a bit too low droprate.

boxedmeatrevolution 2014-12-13 18:10

Couldn't get it to work in OS/X 10.9.5 :( Just a black screen that disappears.

dramentiaras 2014-12-13 19:39

If everyone running on OS/X could start it using this command:
java -jar carrot_chaos.jar
From the command prompt, you should get an error message. It would help me a lot if you could post that here :)

dramentiaras 2014-12-13 19:40

The above only applies to those who crashes on OS/X, of course.

the-arrival 2014-12-14 11:52

Ok, we had very similar ideas here. check out our game also:
http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=47053
btw i got 23 carrots in the first attempt :)

nikteddy92 2014-12-14 14:35

I can't run the entry... it crashes at start :/
(i'm using w7)

redoxkun 2014-12-14 15:29

Got 15 carrots after a couple of tries. Nice and funny game :)

HelkeGames 2014-12-14 17:32

Interesting concept! Well done! I like the graphics and the gameplay!