FoonLudum Dare ExplorerLD18 → Sporg

Sporg

By voxel

View on Wayback Machine

CategoryRankScoreCount
Humor133.20
Graphics593.29
Overall912.79
Fun952.64
Audio972.15
Theme1053.00
Community1252.13
Innovation1282.57
Coolness1293

Comments

voxel 2010-08-22 19:06

Linux users can play with a recent version of pygame, just run src/sporg.py

covenant 2010-08-23 06:59

Moving along walls could use some "sliding", got stuck in the wall sometimes... Most of the levels I could do without using the enemies as weapons, but overall the game is interesting, albeit a tad slow...

devinmoore 2010-08-23 07:44

Looks an awful lot like the game Oxyd, only way slow to mov the ball around.

voxel 2010-08-23 16:57

Wow the marble really does look a lot like Oxyd. I hadn't seen Oxyd before, but was inspired by a lot of amiga games (particularly psygnosis games), by which I mean I tried (quite badly) to emulate the style. I totally agree that the stickiness on collisions is a real pain, and the game should be a little faster paced. The limitation of 48 hours, eh?

acdimalev 2010-08-23 20:15

Doesn't seem to run under wine and apparently requires PyGame 1.9.

I'll give it a try sometime after I reboot into Windows.

voxel 2010-08-23 20:42

Sam, did you get a mixer pre_init related error?

someone 2010-08-24 07:30

Generally seems a bit slow.
Getting stuck on walls was irritating.

spooner 2010-08-28 07:45

Would have liked to collide based on my actual shape, not a larger rectangle, but that is not a big complaint. Decent puzzles with the theme used on some levels. Fun, if a little slow.

mwest 2010-08-29 12:50

Nicely done for a first time entry! A fun game - even though it had me cursing the hit detection when walls that I thought would cover me didn't!

The slow moving player was a bit frustrating, but then I can imagine it would be tough to balance movement speed with shot speed considering the mechanics...

Appreciated the humorous one-liners at the bottom of the screen :D

stqn 2010-09-03 10:41

« Walls are bad-ass awesome » :) This is getting you 3 stars in humour, just because I laughed. Which doesn't happen often. Thank you. Some funny messages ingame too :).

I like the graphics too (though the overlay makes them look bad, not sure what's the point of it.)

Looks like movement speed is frame-rate dependant (toggling "o" on and off while moving shows that the speed changes.) It's really slow with the overlay. It's really too slow and almost unplayable, in fact, even without the overlay (something like 10-17 fps here.)

So I'd really like to see some optimisation, a fix for the frame-rate dependant speed (use delta time!!!), and sliding against walls too. And finally where is the theme? I only saw the first 3 or 4 levels so it might be hidden somewhere later...

pekuja 2010-09-05 03:57

Kinda slow, and you get stuck on walls if you try to move diagonally against them. It was kinda hard to make the enemies shoot each other since you're so much slower than the bullets. The overlay looks strange. I guess it's neat though.