FoonLudum Dare ExplorerUsers → 6x13

6x13

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201532An Unconventional WeaponWarigamijam3983.363.043.043.293.572.852.433.1648

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Mood vs Overall

Comments by 6x13

LD32 — An Unconventional Weapon

Y'all need Jesus by August 2015-04-22T10:47:00

I like the face animation while attacking.

Color Elementals by Kalkatos 2015-04-23T02:59:00

I loved the mechanics idea and execution is pretty good. The character art is really nice as well. But it felt way too hard in the beginning. Also IMHO it would be better without the trippy background.

Nanobot by Almax27 2015-04-22T23:33:00

Great concept and it looks cool! I've some suggestions for you. There are some distinct characteristics of microscopic photography:

- The objects have high amount of subsurface scattering which makes them look like dark in the center and glowing closer to the edges.
- The foreground of the scene is kind of ambient lit though it smoothly gets dark further from the camera.
- The DOF is usually extremely narrow so you will get high blurriness further from focus distance.
- Even the specular highlights are really soft and blurry in most images and are indistinguishable from diffuse. (This will make them look less like jellies and more like blood cells.)

I don't know how these characteristics match your art-style but IMHO even partial use of them will make them look even cooler. Good luck and keep up the good work!

RandomSpell by animanegra 2015-04-22T23:48:00

I really liked the style. The gameplay seemed really confusing at first. I had to play it three times to start understanding what is really happening. It would be great if you write the keys in uppercase to make them more visible in game description because they are unconventional. Nothing wrong with binding different keys but they require emphasis in game description.

The Calcannon by igorfelga 2015-04-23T02:12:00

I like the concept and mechanics even though it is a little unbalanced. Also it has glitches. But still, that is a good work! And I loved the music.

A Beach Too Far by Zambini 2015-04-23T00:08:00

I like the sweater he is wearing.

Pew Pew Club by lowcade 2015-04-23T02:23:00

I really liked the media and art-style. The gameplay feels kind of dull.

Limb by Limb by AdamW 2015-04-23T00:18:00

I really like the weapon idea and execution. Especially the "throw away all limbs" style game over. And the character holding his hat while jumping was a nice little detail. The build runs successfully on my Arch Linux. I don't hear sound but it is probably because I use Alsa instead of Pulse Audio.

Catsomness by poland3 2015-04-23T00:23:00

You should really state that the builds are inside source folder or better upload them somewhere else as well and add as Windows build links. I would miss it if it was not pointed in comments. :)

Hey Chicken! by Jacs 2015-04-23T00:44:00

No idea why I threw fish to the chicken but I kept doing it for a while. I don't thing this feels like a game yet though.

Sound Runner by Makay 2015-04-23T01:50:00

I really like the flow of the game and partially the environment, The buildings look interesting and the fade out to darkness is nicely done. I find gameplay really hard in the beginning. Some instructions ingame while playing would be cool.

Mighty Magnetic Force by pvwradtke 2015-04-23T02:18:00

Loved it. It needs work but I loved the idea and execution so far.

Red Threat by rjhelms 2015-04-23T01:44:00

I really liked the environment art. The office actually gives the impression of a boring office. The concept is interesting overall.

Just Another Day by Matt Tuttle 2015-04-23T02:39:00

I really like the style and happiness meter. That is a nice idea and the narrative is well executed.

Prismal Chaos by ghenoroc 2015-04-23T03:05:00

I really like the style. But I got an exception after a moment of playing it:

Exception in thread "LWJGL Application" java.lang.NullPointerException
at ghenoroc.ld32.map.ExitDoor.contains(ExitDoor.java:32)
at ghenoroc.ld32.map.Map.hit(Map.java:149)
at ghenoroc.ld32.Player.draw(Player.java:65)
at ghenoroc.ld32.map.Map.draw(Map.java:81)
at ghenoroc.ld32.GameScreen.render(GameScreen.java:43)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:215)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:120)

Tony's Adventure by keddelzz 2015-04-22T10:14:00

I really liked the character and animations, especially the side-view walk animation. It would be great if the spoon did damage getting back as well.

Corrugated Fidelity by Os_Reboot 2015-04-23T00:32:00

This actually made my display to reset and change H and V positions. It was a weird experience! :) Nice graphics though. BTW I got this error (Arch Linux x64):

org.lwjgl.LWJGLException: X Error - disp: 0x7f2818286690 serial: 82 error: BadValue (integer parameter out of range for operation) request_code: 154 minor_code: 24
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxContextImplementation.nCreate(Native Method)
at org.lwjgl.opengl.LinuxContextImplementation.create(LinuxContextImplementation.java:51)
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:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at com.osreboot.ridhvl.template.HvlTemplateInteg2DBasic.<init>(HvlTemplateInteg2DBasic.java:60)
at com.osreboot.corrugatedfidelity.Main.<init>(Main.java:28)
at com.osreboot.corrugatedfidelity.Main.main(Main.java:16)
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.glEnable(GL11.java:1012)
at com.osreboot.ridhvl.painter.painter2d.HvlPainter2D.hvlGL11Init(HvlPainter2D.java:16)
at com.osreboot.ridhvl.template.HvlTemplateInteg2DBasic.<init>(HvlTemplateInteg2DBasic.java:65)
at com.osreboot.corrugatedfidelity.Main.<init>(Main.java:28)
at com.osreboot.corrugatedfidelity.Main.main(Main.java:16)

Corrugated Fidelity by Os_Reboot 2015-04-23T00:48:00

Oh, nevermind, that error was probably due to not restarting computer after graphics driver update.

An Unconventional Error by Joe Lawrence 2015-04-23T05:47:00

It is an interesting take and a cool concept.

Click It by mrploszaj 2015-04-23T02:28:00

I really had fun playing it. The art might be better with some styling instead of directly referencing the actual OS graphics. Nevertheless It is a fun entry.

The Trials Of Chronos by pk 2015-04-22T10:27:00

Gameplay is fun but it is really confusing in the beginning. Actually my favourite part is the game description.

Warigami by 6x13 2015-04-21T20:33:00

Thank you very much for all the valuable feedback and nice words!

Wevel:
Yeah, that bothers us a little as well, the solution would be to decrease fadeOut animation times when game speeds up, but it had the risk to ruin the style reference to actual retro style so I decided to keep it the way it is for the jam. We'll reevaluate that in later implementations. Thank you.

randoman:
Actually each ship in hitbar represents 10 hitpoints. So one ship in hitbar is dropped after you got hit 10 times. The game ends after you get hit 50 times in total.

There are three types of bullets as well.
Arrow "➤" deals 1 HP damage.
Stripe deals 2 HP damage.
Triangle "▶" deals 3 HP damage.

I really need to write those in Game description. Thank you randoman.

Warigami by 6x13 2015-04-23T00:47:00

Thank you! We'll try adding that in later updates. It would really fit the increasing speed of damage and movement sounds.

Warigami by 6x13 2015-04-23T02:46:00

Thank you!

felipeberque: I didn't have a Mac to be able to build it. I'll definitely try to make a build tomorrow.

Warigami by 6x13 2015-04-23T03:38:00

Thank you very much! Yeah, it actually gets confusing when as it gets faster, but that was really part of the LCD console experience, so we didn't want to ruin the nostalgia by trying to make the the action more distinguishable than it was then. I still locked the maximum speed though not too early. It is great to hear you enjoyed it and beat it!

Warigami by 6x13 2015-04-23T03:41:00

My current High Score is 45258 Points. We would love to hear yours!

I didn't have time to put the high score in the game over screen but will do so ASAP. Till then, sharing the last scores you've seen on screen would be cool. And you can hit "P" for taking a screenshot. Enjoy, and thanks!

iSpringBot by SySaNiN 2015-04-22T10:44:00

Concept is cool. I really liked the idea of the gameplay. Graphics and audio also complements it pretty nicely. Overall pretty well executed. But I would have loved to see the game over screen after something like 3 shots instead of single shot. I felt like that would make the experience more enjoyable.

Flavourish by UannaFF 2015-04-23T02:00:00

It needs to be polished but I like the concept and mechanics. It was a fun experience. It feels like this game would benefit from a nice color palette and more consistency in art-style.

Color Wars by Kitsubi 2015-04-23T02:34:00

Really difficult to play but it is nice. I like the theme idea.

Magnetic Pirate by player_03 2015-04-23T06:03:00

I really like the gameplay. It has interesting dynamics and fun to play. I also like how the proportions of the area and game units are fitting to the intended gameplay. Well done!

Radio Edit by dos 2015-04-23T01:23:00

I like the how audio complements the concept. Graphics are also cool. It starts way too challenging for my taste though.

Pedestrian Mining Corps by mildmojo 2015-04-23T05:56:00

I really like all the media and implementation is solid but the gameplay is lacking motivation.