FoonLudum Dare ExplorerUsers → singpolyma

singpolyma

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201225You are the VillainNotlock the Villan (Ludum Dare 25 Singpolyma)compo6442.432.002.322.731.651.601.562.0042

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 singpolyma

LD25 — You are the Villain

Bunnie by Dmitrix 2012-12-18T16:05:00

Killing the bunnies is actually a bit unintuitive the way it works. Sound is great!

Bank Robber2.5D by Kix 2012-12-22T19:34:00

Gets pretty slow when there are enemies around.

Plunder! by MarekkPie 2012-12-19T16:30:00

I can't get past the third level (first with berserker). I kill him, but when I go to the door nothing happens.

Plunder! by MarekkPie 2012-12-19T16:34:00

Physics is buggy, but it's pretty fun when it's working.

Thievery by schnerble 2012-12-19T16:44:00

You should mark that the binaries are 64bit :)

Thievery by schnerble 2012-12-19T16:49:00

Performance was a big jerky on my laptop, but playable. Quite a fun game.

Abrupt Salvation by NostraDamon 2012-12-19T16:35:00

I will try to remember to try this one when I'm at a more powerful computer. It does not run fast enough on my laptop.

Evil Rover by tumoxep 2012-12-17T00:00:00

Smoke the little aliens by clicking on them.

Killer Crusade by Loginaut 2012-12-19T16:55:00

Will try this when I get to a more powerful computer. It doesn't not even load up on my laptop.

EndNet - A Prisoner's Dilemma by TheChemist 2012-12-17T00:24:00

Also doubles as a chatroom ;)

Notlock the Villan (Ludum Dare 25 Singpolyma) by singpolyma 2013-01-01T16:46:00

@DeathBySnail @lucas-b.eyer.be What do you guys mean by "smooth movement"? Non-tile-based movement?

It Should be a Crime! by Ysty 2012-12-16T23:37:00

Your Ubuntu 32bit binary is an empty file.

Doc's Heist Starring Snuggles the Cat by hints 2012-12-18T16:09:00

Seems to be using WASD without keysym conversion, so even when I tell my OS to temporarily switch my keyoard layout to QWERTY is still acts as though it is Dvorak. Makes gameplay basically impossible for me.

Maybe support arrow keys?

Doc's Heist Starring Snuggles the Cat by hints 2012-12-18T16:12:00

Also, as I walk I fall through the floor and can't get back up? Seems like a bug.

Vault by zedutchgandalf 2012-12-19T16:24:00

Audio didn't work on my system and performance was very bad, but seems cool.

Bag a Bride by Wuhao 2012-12-16T23:13:00

Short, but the gameplay and the physics work really well. The graphics are also pretty nice.

Steve vs the Internet by TopHattedCoder 2012-12-19T16:42:00

Hmm... it runs, and I get the car that can drive, but how far am I supposed to need to drive before I see something? I just see the road and my car and nothing else for as far as I've driven.

You are the Evil Overlord by Worse 2012-12-19T17:04:00

I love that the villan just stands back and yells at his minions, and even if they all die he just moves on.

killCity by DST 2012-12-19T16:38:00

I will try this later when I'm on my beefier system. It's too slow on my laptop :)

Dracula Super Goat Hunter by lur 2012-12-22T19:17:00

Love this game!

Cube Infection by noKid 2012-12-22T19:32:00

32bit version would be nice.

Rainbow by ix 2012-12-16T22:51:00

This is awesome, but also really hard

Seamonster Supper by hdon 2012-12-17T02:40:00

lol. Not really a game, but good job ;)

Reclaimed Empire by zazery 2012-12-22T19:11:00

Seems like good potential. Too bad it isn't complete.

Robot Revolution Dance by dwrensha 2012-12-18T16:56:00

Very interesting idea, and good execution. The robots seem really good, and so it doesn't end up being very interactive.

Class Master: Rise of the Slimes by eerongal 2012-12-22T17:31:00

Seems ok, though "walk into them to attack" makes it so it seems a bit like I'm just walking around.

The World is Mine! by matthias_zarzecki 2012-12-18T17:01:00

Am I the only one who got stuck at the title screen? How do I get past it? I tried clicking and dragging and hitting various keys. Nothing seems to happen, it just plays the song and shows me a spinning world.

Dungeon Inc. by Encircle 2012-12-22T19:29:00

When I try to compile it I get:

;;; FUNCTION: Not a valid argument (NULL FOUND-PLACE).
;;; Note:
;;; Invoking external command:
;;; gcc -I. -I/usr/include/ -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fPIC -D_THREAD_SAFE -Dlinux -O2 -w -c /tmp/eclinitue2f93.c -o /tmp/eclinitue2f93.o
;;; Note:
;;; Invoking external command:
;;; gcc -o Dungeon inc. -L/usr/lib/ /tmp/eclinitue2f93.o lib/package.o lib/sdl-native.o lib/sdl.o loadable.o -lnil -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -Wl,--rpath,/usr/lib/ -Wl,-Bsymbolic-functions -Wl,-z,relro -lecl -lgmp -lgc -lpthread -ldl -lm /usr/bin/ld: cannot find -lnil
collect2: error: ld returned 1 exit status

Goatstar by shinD 2012-12-16T23:22:00

On Ubuntu 12.10. I had to install python-pyglet of course, but then I still get:

$ python main.py
Traceback (most recent call last):
File "main.py", line 2, in <module>
from world import World
File "/tmp/shinD-goatstar-ld25-src/world.py", line 1, in <module>
from npc import NPC
File "/tmp/shinD-goatstar-ld25-src/npc.py", line 4, in <module>
class NPC:
File "/tmp/shinD-goatstar-ld25-src/npc.py", line 5, in NPC
ship = pyglet.resource.image("othership.png")
File "/usr/lib/pymodules/python2.7/pyglet/resource.py", line 492, in image
identity = self._cached_images[name] = self._alloc_image(name)
File "/usr/lib/pymodules/python2.7/pyglet/resource.py", line 437, in _alloc_image
img = pyglet.image.load(name, file=file)
File "/usr/lib/pymodules/python2.7/pyglet/image/__init__.py", line 194, in load
raise first_exception
pyglet.image.codecs.ImageDecodeException: Unable to load: othership.png

Robot Hunts Kitten by edric_garran 2012-12-18T16:34:00

The kittens seem to sort of come out of nowhere and behave erattically. Also, not sure what the win condition is.

You are the hero by Houly 2012-12-16T22:55:00

Didn't even try on the theme, and pretty simple, but fun. Not sure if this is intentional or common, but I got weird little visual artifacts (squares) as I went on.

Not Space Invaders by munchor 2012-12-18T16:38:00

Great idea! Though you get so many aliens that it's pretty easy (I found).

Bad Santa by Cat Burton 2012-12-17T00:16:00

Fun, and quite difficult

You Are The Level Designer! by devwil 2012-12-22T19:21:00

Interesting idea.

Under the Bed by Logun 2012-12-16T22:42:00

Your source link is dead.

Under the Bed by Logun 2012-12-18T16:35:00

Quite tricky, and fun :)