FoonLudum Dare ExplorerLD21 → Laboured

Laboured

By rubzo

View on Wayback Machine

CategoryRankScoreCount
Innovation213.10
Theme133.50
Humor242.56
Audio282.90
Fun342.50
Overall372.80
Graphics682.30
Coolness418

Comments

wbobeirne 2011-08-23 01:21

A pretty fun game with some strategy required. Good audio work! Would have been nice to have a win condition though, after about 20 e's, I no longer felt a reason to continue.

laksen 2011-08-23 20:59

Pretty good. The controls were a bit clunky, but innovative. I guess that was by design.

Scored 33

rudy 2011-08-24 12:17

Crash on startup, Win7 x64, I have all the imaginable redistr etc. as I'm doing XNA myself. As a Jam entry, can't recompile either.

rubzo 2011-08-24 21:32

Rudy - do you definitely have version 4.0 of the XNA Redist?

Everyone else - thanks!

rudy 2011-08-26 14:05

@rubzo: My game's in XNA, and I've played other XNA games, so yes, I'm 99% sure.

rudy 2011-08-26 14:13

@rubzo: "Song playback failed. Please verify that the song is not DRM protected. DRM protected songs are not supported for creator games." at Microsoft.Xna.Framework.Media.MediaQueue.Play(Song song)
at Microsoft.Xna.Framework.Media.MediaPlayer.Play(Song song)
at JamGame.SoundManager.PlayMusic(String name)
at JamGame.LabouredGame.LoadContent()
at Microsoft.Xna.Framework.Game.Initialize()
at JamGame.LabouredGame.Initialize()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at JamGame.Program.Main(String[] args)

summaky 2011-08-27 09:13

I just installed the XNA redistributable from the link in your REAMDE but still tells me "Unable to find a version of the runtime to run this application." Any idea?

rubzo 2011-08-28 10:20

@Rudy - okay, guessing there's some sound weirdness on your computer, so I've uploaded a version which should work for you now, let me know if you're still having issues!

@summaky - there's a very tenuous possibility (based on one forum page I just found) that it could be related to your sound. If so, try downloading the 'Windows (FIXED)' version above, and see how you get on with that. Let me know if it's still troubling you!

shigor 2011-08-29 17:48

Took me some time before I found I can move the spotlight, you've confused me by ESC only! ;)
Not bad, quite funny, bit simplistic and boring later on.

rudy 2011-08-29 19:01

I realize now it's an XNA and DRM and Media Player thing with someone doing DRM and someone else not running and someone else deciding to forbid the song. Apparently I need to install Media Player and some bloatwary things I'm not using that may cause existing things to get mangled. I played other XNA games with the same thing by recompiling with Song playing disabled. I'll read on this more later and see if there's an easy fix.